Package com.indeed.util.io
Interface Seekable
-
- All Superinterfaces:
Positioned
- All Known Subinterfaces:
RandomAccessDataInput,RandomAccessDataOutput
- All Known Implementing Classes:
BufferedFileDataInputStream
public interface Seekable extends Positioned
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longlength()voidseek(long position)-
Methods inherited from interface com.indeed.util.io.Positioned
position
-
-