Package de.javagl.ply
Interface PlyWriter
-
public interface PlyWriterInterface for classes that can write PLY data
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(PlySource plySource, OutputStream outputStream)Write the data from the givenPlySourceto the given output stream.
-
-
-
Method Detail
-
write
void write(PlySource plySource, OutputStream outputStream) throws IOException
Write the data from the givenPlySourceto the given output stream. The caller is responsible for closing the given stream.- Parameters:
plySource- ThePlySourceoutputStream- The output stream- Throws:
IOException- If an IO error occurs
-
-