Package org.apache.flink.core.memory
Interface SeekableDataOutputView
-
- All Superinterfaces:
DataOutput,DataOutputView
@PublicEvolving public interface SeekableDataOutputView extends DataOutputView
Interface marking aDataOutputViewas seekable. Seekable views can set the position where they write to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetWritePosition(long position)Sets the write pointer to the given position.-
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Methods inherited from interface org.apache.flink.core.memory.DataOutputView
skipBytesToWrite, write
-
-