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