sisc.ser
Interface SeekableDataInput

All Superinterfaces:
java.io.DataInput, Seekable
All Known Implementing Classes:
SeekableDataInputStream

public interface SeekableDataInput
extends Seekable, java.io.DataInput


Method Summary
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 
Methods inherited from interface sisc.ser.Seekable
getFilePointer, seek
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Method Detail

read

int read()
         throws java.io.IOException
Throws:
java.io.IOException

read

int read(byte[] b)
         throws java.io.IOException
Throws:
java.io.IOException

read

int read(byte[] b,
         int off,
         int len)
         throws java.io.IOException
Throws:
java.io.IOException