|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RandomAccess
These packages define the methods which indicate that an i/o stream may be accessed in arbitrary order. The method signatures are taken from RandomAccessFile though that class does not implement this interface.
| Method Summary | |
|---|---|
long |
getFilePointer()
Get the current position in the stream |
void |
seek(long offsetFromStart)
Move to a specified location in the stream. |
| Methods inherited from interface nom.tam.util.ArrayDataInput |
|---|
close, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, read, readArray, skip |
| Methods inherited from interface java.io.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Method Detail |
|---|
void seek(long offsetFromStart)
throws java.io.IOException
java.io.IOExceptionlong getFilePointer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||