Package com.intellij.util.io
Interface RandomAccessDataInput
-
- All Superinterfaces:
DataInput
- All Known Implementing Classes:
ByteBufferRADataInput
public interface RandomAccessDataInput extends DataInput
- Author:
- max
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPosition()
void
setPosition(int pos)
-
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
-