Uses of Interface
de.javagl.ply.PlySource
-
-
Uses of PlySource in de.javagl.ply
Subinterfaces of PlySource in de.javagl.ply Modifier and Type Interface Description interfaceMutablePlySourceInterface for aPlySourcethat may be modifiedClasses in de.javagl.ply that implement PlySource Modifier and Type Class Description classObjectPlySourceImplementation of aPlySourcethat can be backed by list of objectsMethods in de.javagl.ply that return PlySource Modifier and Type Method Description PlySourcePlyReader. read(InputStream inputStream)Read the data from the given input stream and return it as aPlySourceThe caller is responsible for closing the given stream.Methods in de.javagl.ply with parameters of type PlySource Modifier and Type Method Description voidPlyWriter. write(PlySource plySource, OutputStream outputStream)Write the data from the givenPlySourceto the given output stream.
-