public class BinaryFileInputStream extends BinaryInputStream
BIG_ENDIAN, BYTE_CHAR, LITTLE_ENDIAN| Constructor and Description | 
|---|
| BinaryFileInputStream(java.io.File file) | 
| BinaryFileInputStream(java.io.File file,
                     int flags)Creates a new BinaryFileInputStream from a file. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.io.File | getFile() | 
getByteCount, getFlags, isLittleEndian, mark, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLong, readLongDouble, readLongLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, reset, setByteChar, setFlags, setLittleEndian, skip, skipBytes, usesByteCharpublic BinaryFileInputStream(java.io.File file,
                             int flags)
                      throws java.io.FileNotFoundException
file - underlying fileflags - flag valuesjava.io.FileNotFoundExceptionpublic BinaryFileInputStream(java.io.File file)
                      throws java.io.FileNotFoundException
java.io.FileNotFoundException