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