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.
-
FileInput()
-
-
Available()
-
-
Close()
-
-
Read16Bit()
-
-
Read32Bit()
-
-
ReadByte()
-
-
ReadBytes(int)
-
-
ReadString(int)
-
-
SetIntelSwitch(boolean)
-
-
SkipBytes(int)
-
-
Use(DataInputStream)
-
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
All Packages Class Hierarchy This Package Previous Next Index