Class TestLittleEndianDataInput

java.lang.Object
com.ardor3d.util.TestLittleEndianDataInput

public class TestLittleEndianDataInput extends Object
These tests are fairly brittle, since they rely on the implementation of BufferedInputStream. It is necessary for the bytes available to always be larger than the buffer size of the buffered input stream for the tests to work. This size is currently 8192, but if it changes, or if the implementation changes, these tests can break.