Class PlyImporter.BinaryPlyReader

java.lang.Object
com.ardor3d.extension.model.ply.PlyImporter.BinaryPlyReader
All Implemented Interfaces:
PlyImporter.PlyReader, Closeable, AutoCloseable
Enclosing class:
PlyImporter

public static class PlyImporter.BinaryPlyReader extends Object implements PlyImporter.PlyReader
largely inspired of jPly's BinaryPlyInputStream, @see https://github.com/smurn/jPLY/blob/master/jply/src/main/java/org/smurn/jply/BinaryPlyInputStream.java