Package com.jme3.util

Class LittleEndien

java.lang.Object
java.io.InputStream
com.jme3.util.LittleEndien
All Implemented Interfaces:
Closeable, DataInput, AutoCloseable

public class LittleEndien extends InputStream implements DataInput
LittleEndien is a class to read little-endian stored data via an InputStream. All functions work as defined in DataInput, but assume they come from a LittleEndien input stream. Currently used to read .ms3d and .3ds files.