public class MappedBytesStore extends NativeBytesStore
address, memory
charToString
Modifier and Type | Method and Description |
---|---|
default ByteOrder |
byteOrder() |
VanillaBytes<Void> |
bytesForWrite() |
default long |
readLimit() |
default long |
readPosition() |
default long |
readRemaining() |
long |
safeLimit() |
long |
start() |
default long |
writeLimit() |
default long |
writePosition() |
default long |
writeRemaining() |
address, capacity, checkReleased, compareAndSwapInt, compareAndSwapLong, copy, elasticByteBuffer, elasticByteBuffer, equals, lazyNativeBytesStoreWithFixedCapacity, nativeRead, nativeStore, nativeStoreWithFixedCapacity, nativeWrite, readByte, readDouble, readFloat, readIncompleteLong, readInt, readLong, readShort, readVolatileInt, readVolatileLong, realCapacity, refCount, release, reserve, setAddress, toString, underlyingObject, wrap, write, write, write, writeByte, writeDouble, writeFloat, writeInt, writeLong, writeOrderedInt, writeOrderedLong, writeShort, zeroOut
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAndGetInt, addAndGetLong, byteCheckSum, bytesForRead, bytesStore, charAt, copyTo, equalBytes, getAndAddInt, inside, isClear, length, nativePointer, subSequence, toDebugString, wrap
bytesEqual, copyTo, createCharToString, parseLong, printable, readBoolean, readUnsignedByte, readUnsignedInt, readUnsignedShort
append, write, write, writeBoolean, writeByte, writeUnsignedByte, writeUnsignedInt, writeUnsignedShort
close, release, releaseAll, tryReserve
chars, codePoints
@NotNull public VanillaBytes<Void> bytesForWrite()
bytesForWrite
in interface BytesStore
bytesForWrite
in class NativeBytesStore
public long safeLimit()
public long start()
public long readPosition()
public long writePosition()
public long readRemaining()
public long writeRemaining()
public long readLimit()
public long writeLimit()
public ByteOrder byteOrder()
Copyright © 2015. All rights reserved.