Package de.javagl.ply

Interface PlyWriter


  • public interface PlyWriter
    Interface for classes that can write PLY data
    • Method Detail

      • write

        void write​(PlySource plySource,
                   OutputStream outputStream)
            throws IOException
        Write the data from the given PlySource to the given output stream. The caller is responsible for closing the given stream.
        Parameters:
        plySource - The PlySource
        outputStream - The output stream
        Throws:
        IOException - If an IO error occurs