Package com.indeed.util.io
Interface RandomAccessDataInput
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.io.DataInput,Positioned,Seekable
public interface RandomAccessDataInput extends java.io.DataInput, Seekable, java.io.Closeable
-
-
Method Summary
-
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Methods inherited from interface com.indeed.util.io.Positioned
position
-
-