Package org.apache.flink.core.memory
Interface SeekableDataInputView
-
- All Superinterfaces:
DataInput,DataInputView
@PublicEvolving public interface SeekableDataInputView extends DataInputView
Interface marking aDataInputViewas seekable. Seekable views can set the position where they read from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetReadPosition(long position)Sets the read pointer to the given position.-
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 org.apache.flink.core.memory.DataInputView
read, read, skipBytesToRead
-
-