public interface ReadBuffer extends ScanBuffer, StaticBuffer
StaticBuffer.Factory<T>
ARRAY_FACTORY, BB_FACTORY, STATIC_FACTORY
Modifier and Type | Method and Description |
---|---|
<T> T |
asRelative(StaticBuffer.Factory<T> factory) |
int |
getPosition() |
void |
movePositionTo(int position) |
ReadBuffer |
subrange(int length,
boolean invert) |
getBoolean, getByte, getBytes, getChar, getChars, getDouble, getDoubles, getFloat, getFloats, getInt, getInts, getLong, getLongs, getShort, getShorts, hasRemaining
as, asByteBuffer, asReadBuffer, getBoolean, getByte, getBytes, getChar, getChars, getDouble, getDoubles, getFloat, getFloats, getInt, getInts, getLong, getLongs, getShort, getShorts, length, subrange, subrange
compareTo
int getPosition()
void movePositionTo(int position)
<T> T asRelative(StaticBuffer.Factory<T> factory)
ReadBuffer subrange(int length, boolean invert)
Copyright © 2012–2021. All rights reserved.