All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----picture.FileInput
private byte buffer[]
private DataInputStream Data
private boolean IntelSwitch
private boolean slow
public FileInput()
public final void SetIntelSwitch(boolean doit)
public final void Use(DataInputStream Datei) throws IOException
public final void Close() throws IOException
public final int Available() throws IOException
public final void SkipBytes(int anz) throws IOException
public final int Read16Bit() throws IOException
public final long Read32Bit() throws IOException
public final int ReadByte() throws IOException
public final byte[] ReadBytes(int anz) throws IOException
public final String ReadString(int anz) throws IOException
private final long SwitchEndianOrder(long value)
All Packages Class Hierarchy This Package Previous Next Index