Package net.anwiba.commons.reference.io
Interface IRandomInputAccess
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.io.DataInput
- All Known Implementing Classes:
RandomFileInputAccess
public interface IRandomInputAccess extends java.io.DataInput, java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetPointer()longlength()voidseek(long pos)
-