protected abstract int |
AbstractUnsafeSwappedByteBuf._getInt(AbstractByteBuf wrapped,
int index) |
|
protected int |
UnsafeDirectSwappedByteBuf._getInt(AbstractByteBuf wrapped,
int index) |
|
protected int |
UnsafeHeapSwappedByteBuf._getInt(AbstractByteBuf wrapped,
int index) |
|
protected abstract long |
AbstractUnsafeSwappedByteBuf._getLong(AbstractByteBuf wrapped,
int index) |
|
protected long |
UnsafeDirectSwappedByteBuf._getLong(AbstractByteBuf wrapped,
int index) |
|
protected long |
UnsafeHeapSwappedByteBuf._getLong(AbstractByteBuf wrapped,
int index) |
|
protected abstract short |
AbstractUnsafeSwappedByteBuf._getShort(AbstractByteBuf wrapped,
int index) |
|
protected short |
UnsafeDirectSwappedByteBuf._getShort(AbstractByteBuf wrapped,
int index) |
|
protected short |
UnsafeHeapSwappedByteBuf._getShort(AbstractByteBuf wrapped,
int index) |
|
protected abstract void |
AbstractUnsafeSwappedByteBuf._setInt(AbstractByteBuf wrapped,
int index,
int value) |
|
protected void |
UnsafeDirectSwappedByteBuf._setInt(AbstractByteBuf wrapped,
int index,
int value) |
|
protected void |
UnsafeHeapSwappedByteBuf._setInt(AbstractByteBuf wrapped,
int index,
int value) |
|
protected abstract void |
AbstractUnsafeSwappedByteBuf._setLong(AbstractByteBuf wrapped,
int index,
long value) |
|
protected void |
UnsafeDirectSwappedByteBuf._setLong(AbstractByteBuf wrapped,
int index,
long value) |
|
protected void |
UnsafeHeapSwappedByteBuf._setLong(AbstractByteBuf wrapped,
int index,
long value) |
|
protected abstract void |
AbstractUnsafeSwappedByteBuf._setShort(AbstractByteBuf wrapped,
int index,
short value) |
|
protected void |
UnsafeDirectSwappedByteBuf._setShort(AbstractByteBuf wrapped,
int index,
short value) |
|
protected void |
UnsafeHeapSwappedByteBuf._setShort(AbstractByteBuf wrapped,
int index,
short value) |
|
private static long |
UnsafeDirectSwappedByteBuf.addr(AbstractByteBuf wrapped,
int index) |
|
(package private) static ByteBuf |
UnsafeByteBufUtil.copy(AbstractByteBuf buf,
long addr,
int index,
int length) |
|
(package private) static int |
ByteBufUtil.firstIndexOf(AbstractByteBuf buffer,
int fromIndex,
int toIndex,
byte value) |
This is using a SWAR (SIMD Within A Register) batch read technique to minimize bound-checks and improve memory
usage while searching for value .
|
(package private) static void |
UnsafeByteBufUtil.getBytes(AbstractByteBuf buf,
long addr,
int index,
byte[] dst,
int dstIndex,
int length) |
|
(package private) static void |
UnsafeByteBufUtil.getBytes(AbstractByteBuf buf,
long addr,
int index,
ByteBuf dst,
int dstIndex,
int length) |
|
(package private) static void |
UnsafeByteBufUtil.getBytes(AbstractByteBuf buf,
long addr,
int index,
java.io.OutputStream out,
int length) |
|
(package private) static void |
UnsafeByteBufUtil.getBytes(AbstractByteBuf buf,
long addr,
int index,
java.nio.ByteBuffer dst) |
|
(package private) <U extends AbstractPooledDerivedByteBuf> U |
AbstractPooledDerivedByteBuf.init(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int readerIndex,
int writerIndex,
int maxCapacity) |
|
(package private) void |
AdaptivePoolingAllocator.AdaptiveByteBuf.init(AbstractByteBuf unwrapped,
AdaptivePoolingAllocator.Chunk wrapped,
int readerIndex,
int writerIndex,
int adjustment,
int capacity,
int maxCapacity) |
|
(package private) static int |
ByteBufUtil.lastIndexOf(AbstractByteBuf buffer,
int fromIndex,
int toIndex,
byte value) |
|
private static int |
ByteBufUtil.linearFirstIndexOf(AbstractByteBuf buffer,
int fromIndex,
int toIndex,
byte value) |
|
private static int |
ByteBufUtil.linearLastIndexOf(AbstractByteBuf buffer,
int fromIndex,
int toIndex,
byte value) |
|
(package private) static PooledDuplicatedByteBuf |
PooledDuplicatedByteBuf.newInstance(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int readerIndex,
int writerIndex) |
|
(package private) static PooledSlicedByteBuf |
PooledSlicedByteBuf.newInstance(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int index,
int length) |
|
private static PooledSlicedByteBuf |
PooledSlicedByteBuf.newInstance0(AbstractByteBuf unwrapped,
ByteBuf wrapped,
int adjustment,
int length) |
|
private static int |
ByteBufUtil.safeWriteUtf8(AbstractByteBuf buffer,
int writerIndex,
java.lang.CharSequence seq,
int start,
int end) |
|
(package private) static void |
UnsafeByteBufUtil.setBytes(AbstractByteBuf buf,
long addr,
int index,
byte[] src,
int srcIndex,
int length) |
|
(package private) static void |
UnsafeByteBufUtil.setBytes(AbstractByteBuf buf,
long addr,
int index,
ByteBuf src,
int srcIndex,
int length) |
|
(package private) static int |
UnsafeByteBufUtil.setBytes(AbstractByteBuf buf,
long addr,
int index,
java.io.InputStream in,
int length) |
|
(package private) static void |
UnsafeByteBufUtil.setBytes(AbstractByteBuf buf,
long addr,
int index,
java.nio.ByteBuffer src) |
|
private static void |
UnsafeByteBufUtil.setSingleBytes(AbstractByteBuf buf,
long addr,
int index,
java.nio.ByteBuffer src,
int length) |
|
private static int |
ByteBufUtil.unrolledFirstIndexOf(AbstractByteBuf buffer,
int fromIndex,
int byteCount,
byte value) |
|
private static int |
ByteBufUtil.unrolledLastIndexOf(AbstractByteBuf buffer,
int fromIndex,
int byteCount,
byte value) |
|
(package private) static int |
ByteBufUtil.writeAscii(AbstractByteBuf buffer,
int writerIndex,
java.lang.CharSequence seq,
int len) |
|
private static int |
ByteBufUtil.writeAsciiCharSequence(AbstractByteBuf buffer,
int writerIndex,
java.lang.CharSequence seq,
int len) |
|
(package private) static void |
ByteBufUtil.writeAsciiString(AbstractByteBuf buffer,
int writerIndex,
AsciiString seq,
int start,
int end) |
|
(package private) static int |
ByteBufUtil.writeUtf8(AbstractByteBuf buffer,
int writerIndex,
int reservedBytes,
java.lang.CharSequence seq,
int len) |
|
(package private) static int |
ByteBufUtil.writeUtf8(AbstractByteBuf buffer,
int writerIndex,
int reservedBytes,
java.lang.CharSequence seq,
int start,
int end) |
|