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.


Variable Index

 o buffer
 o Data
 o IntelSwitch
 o slow

Constructor Index

 o FileInput()

Method Index

 o Available()
 o Close()
 o Read16Bit()
 o Read32Bit()
 o ReadByte()
 o ReadBytes(int)
 o ReadString(int)
 o SetIntelSwitch(boolean)
 o SkipBytes(int)
 o SwitchEndianOrder(long)
 o Use(DataInputStream)

Variables

 o buffer
 private byte buffer[]
 o Data
 private DataInputStream Data
 o IntelSwitch
 private boolean IntelSwitch
 o slow
 private boolean slow

Constructors

 o FileInput
 public FileInput()

Methods

 o SetIntelSwitch
 public final void SetIntelSwitch(boolean doit)
 o Use
 public final void Use(DataInputStream Datei) throws IOException
 o Close
 public final void Close() throws IOException
 o Available
 public final int Available() throws IOException
 o SkipBytes
 public final void SkipBytes(int anz) throws IOException
 o Read16Bit
 public final int Read16Bit() throws IOException
 o Read32Bit
 public final long Read32Bit() throws IOException
 o ReadByte
 public final int ReadByte() throws IOException
 o ReadBytes
 public final byte[] ReadBytes(int anz) throws IOException
 o ReadString
 public final String ReadString(int anz) throws IOException
 o SwitchEndianOrder
 private final long SwitchEndianOrder(long value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index