java.io
Interface DataInput
- All Known Subinterfaces:
- ObjectInput
- All Known Implementing Classes:
- ObjectInputStream, RandomAccessFile
- public interface DataInput
readFully
public void readFully(byte[])
throws IOException
IOException
readFully
public void readFully(byte[],
int,
int)
throws IOException
IOException
skipBytes
public int skipBytes(int)
throws IOException
IOException
readBoolean
public boolean readBoolean()
throws IOException
IOException
readByte
public byte readByte()
throws IOException
IOException
readUnsignedByte
public int readUnsignedByte()
throws IOException
IOException
readShort
public short readShort()
throws IOException
IOException
readUnsignedShort
public int readUnsignedShort()
throws IOException
IOException
readChar
public char readChar()
throws IOException
IOException
readInt
public int readInt()
throws IOException
IOException
readLong
public long readLong()
throws IOException
IOException
readFloat
public float readFloat()
throws IOException
IOException
readDouble
public double readDouble()
throws IOException
IOException
readLine
public String readLine()
throws IOException
IOException
readUTF
public String readUTF()
throws IOException
IOException