public interface SeekableDataInputView extends DataInputView
DataInputView
as seekable. Seekable views can set the position where
they read from.Modifier and Type | Method and Description |
---|---|
void |
setReadPosition(long position)
Sets the read pointer to the given position.
|
read, read, skipBytesToRead
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.