@PublicEvolving public interface SeekableDataOutputView extends DataOutputView
DataOutputView
as seekable. Seekable views can set the position where
they write to.Modifier and Type | Method and Description |
---|---|
void |
setWritePosition(long position)
Sets the write pointer to the given position.
|
skipBytesToWrite, write
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.