public final class UnsafeDirectLittleEndian
extends io.netty.buffer.ByteBuf
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ASSERT_ENABLED |
protected io.netty.buffer.ByteBuf |
buf |
long |
id |
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBufAllocator |
alloc() |
byte[] |
array() |
int |
arrayOffset() |
io.netty.buffer.ByteBuf |
asReadOnly() |
int |
bytesBefore(byte arg0) |
int |
bytesBefore(int arg0,
byte arg1) |
int |
bytesBefore(int arg0,
int arg1,
byte arg2) |
int |
capacity() |
io.netty.buffer.ByteBuf |
capacity(int arg0) |
io.netty.buffer.ByteBuf |
clear() |
int |
compareTo(io.netty.buffer.ByteBuf arg0) |
io.netty.buffer.ByteBuf |
copy() |
io.netty.buffer.ByteBuf |
copy(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
discardReadBytes() |
io.netty.buffer.ByteBuf |
discardSomeReadBytes() |
io.netty.buffer.ByteBuf |
duplicate() |
io.netty.buffer.ByteBuf |
ensureWritable(int arg0) |
int |
ensureWritable(int arg0,
boolean arg1) |
boolean |
equals(Object arg0) |
int |
forEachByte(io.netty.util.ByteProcessor arg0) |
int |
forEachByte(int arg0,
int arg1,
io.netty.util.ByteProcessor arg2) |
int |
forEachByteDesc(io.netty.util.ByteProcessor arg0) |
int |
forEachByteDesc(int arg0,
int arg1,
io.netty.util.ByteProcessor arg2) |
boolean |
getBoolean(int arg0) |
byte |
getByte(int index) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
byte[] arg1) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
byte[] arg1,
int arg2,
int arg3) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
io.netty.buffer.ByteBuf arg1) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
ByteBuffer arg1) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2) |
io.netty.buffer.ByteBuf |
getBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2,
int arg3) |
int |
getBytes(int arg0,
FileChannel arg1,
long arg2,
int arg3) |
int |
getBytes(int arg0,
GatheringByteChannel arg1,
int arg2) |
io.netty.buffer.ByteBuf |
getBytes(int index,
OutputStream out,
int length) |
char |
getChar(int index) |
CharSequence |
getCharSequence(int arg0,
int arg1,
Charset arg2) |
double |
getDouble(int index) |
float |
getFloat(int index) |
int |
getInt(int index) |
int |
getIntLE(int arg0) |
long |
getLong(int index) |
long |
getLongLE(int arg0) |
int |
getMedium(int arg0) |
int |
getMediumLE(int arg0) |
short |
getShort(int index) |
short |
getShortLE(int arg0) |
short |
getUnsignedByte(int arg0) |
long |
getUnsignedInt(int index) |
long |
getUnsignedIntLE(int arg0) |
int |
getUnsignedMedium(int arg0) |
int |
getUnsignedMediumLE(int arg0) |
int |
getUnsignedShort(int index) |
int |
getUnsignedShortLE(int arg0) |
boolean |
hasArray() |
protected boolean |
hasCapacity(int index,
int fieldLength) |
int |
hashCode() |
boolean |
hasMemoryAddress() |
int |
indexOf(int arg0,
int arg1,
byte arg2) |
ByteBuffer |
internalNioBuffer(int arg0,
int arg1) |
boolean |
isContiguous() |
boolean |
isDirect() |
boolean |
isReadable() |
boolean |
isReadable(int arg0) |
boolean |
isReadOnly() |
boolean |
isWritable() |
boolean |
isWritable(int arg0) |
io.netty.buffer.ByteBuf |
markReaderIndex() |
io.netty.buffer.ByteBuf |
markWriterIndex() |
int |
maxCapacity() |
int |
maxFastWritableBytes() |
int |
maxWritableBytes() |
long |
memoryAddress() |
ByteBuffer |
nioBuffer() |
ByteBuffer |
nioBuffer(int arg0,
int arg1) |
int |
nioBufferCount() |
ByteBuffer[] |
nioBuffers() |
ByteBuffer[] |
nioBuffers(int arg0,
int arg1) |
ByteOrder |
order() |
io.netty.buffer.ByteBuf |
order(ByteOrder endianness) |
int |
readableBytes() |
boolean |
readBoolean() |
byte |
readByte() |
io.netty.buffer.ByteBuf |
readBytes(byte[] arg0) |
io.netty.buffer.ByteBuf |
readBytes(byte[] arg0,
int arg1,
int arg2) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf arg0) |
io.netty.buffer.ByteBuf |
readBytes(ByteBuffer arg0) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf arg0,
int arg1) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf arg0,
int arg1,
int arg2) |
int |
readBytes(FileChannel arg0,
long arg1,
int arg2) |
int |
readBytes(GatheringByteChannel arg0,
int arg1) |
io.netty.buffer.ByteBuf |
readBytes(int arg0) |
io.netty.buffer.ByteBuf |
readBytes(OutputStream arg0,
int arg1) |
char |
readChar() |
CharSequence |
readCharSequence(int arg0,
Charset arg1) |
double |
readDouble() |
int |
readerIndex() |
io.netty.buffer.ByteBuf |
readerIndex(int arg0) |
float |
readFloat() |
int |
readInt() |
int |
readIntLE() |
long |
readLong() |
long |
readLongLE() |
int |
readMedium() |
int |
readMediumLE() |
io.netty.buffer.ByteBuf |
readRetainedSlice(int arg0) |
short |
readShort() |
short |
readShortLE() |
io.netty.buffer.ByteBuf |
readSlice(int arg0) |
short |
readUnsignedByte() |
long |
readUnsignedInt() |
long |
readUnsignedIntLE() |
int |
readUnsignedMedium() |
int |
readUnsignedMediumLE() |
int |
readUnsignedShort() |
int |
readUnsignedShortLE() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
io.netty.buffer.ByteBuf |
resetReaderIndex() |
io.netty.buffer.ByteBuf |
resetWriterIndex() |
io.netty.buffer.ByteBuf |
retain() |
io.netty.buffer.ByteBuf |
retain(int arg0) |
io.netty.buffer.ByteBuf |
retainedDuplicate() |
io.netty.buffer.ByteBuf |
retainedSlice() |
io.netty.buffer.ByteBuf |
retainedSlice(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setBoolean(int arg0,
boolean arg1) |
io.netty.buffer.ByteBuf |
setByte(int index,
int value) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
byte[] arg1) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
byte[] arg1,
int arg2,
int arg3) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
io.netty.buffer.ByteBuf arg1) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
ByteBuffer arg1) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2) |
io.netty.buffer.ByteBuf |
setBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2,
int arg3) |
int |
setBytes(int arg0,
FileChannel arg1,
long arg2,
int arg3) |
int |
setBytes(int index,
InputStream in,
int length) |
int |
setBytes(int arg0,
ScatteringByteChannel arg1,
int arg2) |
boolean |
setBytesBounded(int index,
byte[] src,
int srcIndex,
int length)
Write bytes into the buffer at the given index, if space is available.
|
boolean |
setBytesBounded(int index,
UnsafeDirectLittleEndian src,
int srcIndex,
int length) |
io.netty.buffer.ByteBuf |
setChar(int index,
int value) |
int |
setCharSequence(int arg0,
CharSequence arg1,
Charset arg2) |
io.netty.buffer.ByteBuf |
setDouble(int index,
double value) |
io.netty.buffer.ByteBuf |
setFloat(int index,
float value) |
io.netty.buffer.ByteBuf |
setIndex(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setInt(int index,
int value) |
io.netty.buffer.ByteBuf |
setIntLE(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setLong(int index,
long value) |
io.netty.buffer.ByteBuf |
setLongLE(int arg0,
long arg1) |
io.netty.buffer.ByteBuf |
setMedium(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setMediumLE(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setShort(int index,
int value) |
io.netty.buffer.ByteBuf |
setShortLE(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setZero(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
skipBytes(int arg0) |
io.netty.buffer.ByteBuf |
slice() |
io.netty.buffer.ByteBuf |
slice(int index,
int length) |
String |
toString() |
String |
toString(Charset arg0) |
String |
toString(int arg0,
int arg1,
Charset arg2) |
io.netty.buffer.ByteBuf |
touch() |
io.netty.buffer.ByteBuf |
touch(Object arg0) |
io.netty.buffer.ByteBuf |
unwrap() |
int |
writableBytes() |
io.netty.buffer.ByteBuf |
writeBoolean(boolean arg0) |
io.netty.buffer.ByteBuf |
writeByte(int arg0) |
io.netty.buffer.ByteBuf |
writeBytes(byte[] arg0) |
io.netty.buffer.ByteBuf |
writeBytes(byte[] arg0,
int arg1,
int arg2) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf arg0) |
io.netty.buffer.ByteBuf |
writeBytes(ByteBuffer arg0) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf arg0,
int arg1) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf arg0,
int arg1,
int arg2) |
int |
writeBytes(FileChannel arg0,
long arg1,
int arg2) |
int |
writeBytes(InputStream arg0,
int arg1) |
int |
writeBytes(ScatteringByteChannel arg0,
int arg1) |
io.netty.buffer.ByteBuf |
writeChar(int value) |
int |
writeCharSequence(CharSequence arg0,
Charset arg1) |
io.netty.buffer.ByteBuf |
writeDouble(double value) |
io.netty.buffer.ByteBuf |
writeFloat(float value) |
io.netty.buffer.ByteBuf |
writeInt(int value) |
io.netty.buffer.ByteBuf |
writeIntLE(int arg0) |
io.netty.buffer.ByteBuf |
writeLong(long value) |
io.netty.buffer.ByteBuf |
writeLongLE(long arg0) |
io.netty.buffer.ByteBuf |
writeMedium(int arg0) |
io.netty.buffer.ByteBuf |
writeMediumLE(int arg0) |
int |
writerIndex() |
io.netty.buffer.ByteBuf |
writerIndex(int arg0) |
io.netty.buffer.ByteBuf |
writeShort(int value) |
io.netty.buffer.ByteBuf |
writeShortLE(int arg0) |
io.netty.buffer.ByteBuf |
writeZero(int arg0) |
public final long id
public static final boolean ASSERT_ENABLED
protected final io.netty.buffer.ByteBuf buf
public long getLong(int index)
public float getFloat(int index)
public io.netty.buffer.ByteBuf slice()
public io.netty.buffer.ByteBuf slice(int index,
int length)
public io.netty.buffer.ByteBuf order(ByteOrder endianness)
public double getDouble(int index)
public char getChar(int index)
public long getUnsignedInt(int index)
public int getInt(int index)
public int getUnsignedShort(int index)
public short getShort(int index)
public io.netty.buffer.ByteBuf setShort(int index,
int value)
public io.netty.buffer.ByteBuf setInt(int index,
int value)
public io.netty.buffer.ByteBuf setLong(int index,
long value)
public io.netty.buffer.ByteBuf setChar(int index,
int value)
public io.netty.buffer.ByteBuf setFloat(int index,
float value)
public io.netty.buffer.ByteBuf setDouble(int index,
double value)
protected boolean hasCapacity(int index,
int fieldLength)
public boolean setBytesBounded(int index,
byte[] src,
int srcIndex,
int length)
index - location to writesrc - bytes to writesrcIndex - start of data in the source arraylength - length of the data to writepublic boolean setBytesBounded(int index,
UnsafeDirectLittleEndian src,
int srcIndex,
int length)
public io.netty.buffer.ByteBuf writeShort(int value)
public io.netty.buffer.ByteBuf writeInt(int value)
public io.netty.buffer.ByteBuf writeLong(long value)
public io.netty.buffer.ByteBuf writeChar(int value)
public io.netty.buffer.ByteBuf writeFloat(float value)
public io.netty.buffer.ByteBuf writeDouble(double value)
public byte getByte(int index)
public io.netty.buffer.ByteBuf setByte(int index,
int value)
public boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCountedpublic int setBytes(int index,
InputStream in,
int length)
throws IOException
IOExceptionpublic io.netty.buffer.ByteBuf getBytes(int index,
OutputStream out,
int length)
throws IOException
IOExceptionpublic int hashCode()
public final boolean hasMemoryAddress()
hasMemoryAddress in class io.netty.buffer.ByteBufpublic boolean isContiguous()
isContiguous in class io.netty.buffer.ByteBufpublic final long memoryAddress()
memoryAddress in class io.netty.buffer.ByteBufpublic final int capacity()
capacity in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf capacity(int arg0)
capacity in class io.netty.buffer.ByteBufpublic final int maxCapacity()
maxCapacity in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBufAllocator alloc()
alloc in class io.netty.buffer.ByteBufpublic final ByteOrder order()
order in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf unwrap()
unwrap in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf asReadOnly()
asReadOnly in class io.netty.buffer.ByteBufpublic boolean isReadOnly()
isReadOnly in class io.netty.buffer.ByteBufpublic final boolean isDirect()
isDirect in class io.netty.buffer.ByteBufpublic final int readerIndex()
readerIndex in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf readerIndex(int arg0)
readerIndex in class io.netty.buffer.ByteBufpublic final int writerIndex()
writerIndex in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf writerIndex(int arg0)
writerIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setIndex(int arg0,
int arg1)
setIndex in class io.netty.buffer.ByteBufpublic final int readableBytes()
readableBytes in class io.netty.buffer.ByteBufpublic final int writableBytes()
writableBytes in class io.netty.buffer.ByteBufpublic final int maxWritableBytes()
maxWritableBytes in class io.netty.buffer.ByteBufpublic int maxFastWritableBytes()
maxFastWritableBytes in class io.netty.buffer.ByteBufpublic final boolean isReadable()
isReadable in class io.netty.buffer.ByteBufpublic final boolean isWritable()
isWritable in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf clear()
clear in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf markReaderIndex()
markReaderIndex in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf resetReaderIndex()
resetReaderIndex in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf markWriterIndex()
markWriterIndex in class io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf resetWriterIndex()
resetWriterIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf discardReadBytes()
discardReadBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf discardSomeReadBytes()
discardSomeReadBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf ensureWritable(int arg0)
ensureWritable in class io.netty.buffer.ByteBufpublic int ensureWritable(int arg0,
boolean arg1)
ensureWritable in class io.netty.buffer.ByteBufpublic boolean getBoolean(int arg0)
getBoolean in class io.netty.buffer.ByteBufpublic short getUnsignedByte(int arg0)
getUnsignedByte in class io.netty.buffer.ByteBufpublic short getShortLE(int arg0)
getShortLE in class io.netty.buffer.ByteBufpublic int getUnsignedShortLE(int arg0)
getUnsignedShortLE in class io.netty.buffer.ByteBufpublic int getMedium(int arg0)
getMedium in class io.netty.buffer.ByteBufpublic int getMediumLE(int arg0)
getMediumLE in class io.netty.buffer.ByteBufpublic int getUnsignedMedium(int arg0)
getUnsignedMedium in class io.netty.buffer.ByteBufpublic int getUnsignedMediumLE(int arg0)
getUnsignedMediumLE in class io.netty.buffer.ByteBufpublic int getIntLE(int arg0)
getIntLE in class io.netty.buffer.ByteBufpublic long getUnsignedIntLE(int arg0)
getUnsignedIntLE in class io.netty.buffer.ByteBufpublic long getLongLE(int arg0)
getLongLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
io.netty.buffer.ByteBuf arg1)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2,
int arg3)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
byte[] arg1)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
byte[] arg1,
int arg2,
int arg3)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int arg0,
ByteBuffer arg1)
getBytes in class io.netty.buffer.ByteBufpublic int getBytes(int arg0,
GatheringByteChannel arg1,
int arg2)
throws IOException
getBytes in class io.netty.buffer.ByteBufIOExceptionpublic int getBytes(int arg0,
FileChannel arg1,
long arg2,
int arg3)
throws IOException
getBytes in class io.netty.buffer.ByteBufIOExceptionpublic CharSequence getCharSequence(int arg0, int arg1, Charset arg2)
getCharSequence in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBoolean(int arg0,
boolean arg1)
setBoolean in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setShortLE(int arg0,
int arg1)
setShortLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setMedium(int arg0,
int arg1)
setMedium in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setMediumLE(int arg0,
int arg1)
setMediumLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setIntLE(int arg0,
int arg1)
setIntLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setLongLE(int arg0,
long arg1)
setLongLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
io.netty.buffer.ByteBuf arg1)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
io.netty.buffer.ByteBuf arg1,
int arg2,
int arg3)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
byte[] arg1)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
byte[] arg1,
int arg2,
int arg3)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int arg0,
ByteBuffer arg1)
setBytes in class io.netty.buffer.ByteBufpublic int setBytes(int arg0,
ScatteringByteChannel arg1,
int arg2)
throws IOException
setBytes in class io.netty.buffer.ByteBufIOExceptionpublic int setBytes(int arg0,
FileChannel arg1,
long arg2,
int arg3)
throws IOException
setBytes in class io.netty.buffer.ByteBufIOExceptionpublic io.netty.buffer.ByteBuf setZero(int arg0,
int arg1)
setZero in class io.netty.buffer.ByteBufpublic int setCharSequence(int arg0,
CharSequence arg1,
Charset arg2)
setCharSequence in class io.netty.buffer.ByteBufpublic boolean readBoolean()
readBoolean in class io.netty.buffer.ByteBufpublic byte readByte()
readByte in class io.netty.buffer.ByteBufpublic short readUnsignedByte()
readUnsignedByte in class io.netty.buffer.ByteBufpublic short readShort()
readShort in class io.netty.buffer.ByteBufpublic short readShortLE()
readShortLE in class io.netty.buffer.ByteBufpublic int readUnsignedShort()
readUnsignedShort in class io.netty.buffer.ByteBufpublic int readUnsignedShortLE()
readUnsignedShortLE in class io.netty.buffer.ByteBufpublic int readMedium()
readMedium in class io.netty.buffer.ByteBufpublic int readMediumLE()
readMediumLE in class io.netty.buffer.ByteBufpublic int readUnsignedMedium()
readUnsignedMedium in class io.netty.buffer.ByteBufpublic int readUnsignedMediumLE()
readUnsignedMediumLE in class io.netty.buffer.ByteBufpublic int readInt()
readInt in class io.netty.buffer.ByteBufpublic int readIntLE()
readIntLE in class io.netty.buffer.ByteBufpublic long readUnsignedInt()
readUnsignedInt in class io.netty.buffer.ByteBufpublic long readUnsignedIntLE()
readUnsignedIntLE in class io.netty.buffer.ByteBufpublic long readLong()
readLong in class io.netty.buffer.ByteBufpublic long readLongLE()
readLongLE in class io.netty.buffer.ByteBufpublic char readChar()
readChar in class io.netty.buffer.ByteBufpublic float readFloat()
readFloat in class io.netty.buffer.ByteBufpublic double readDouble()
readDouble in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(int arg0)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readSlice(int arg0)
readSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readRetainedSlice(int arg0)
readRetainedSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0,
int arg1)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0,
int arg1,
int arg2)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(byte[] arg0)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(byte[] arg0,
int arg1,
int arg2)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(ByteBuffer arg0)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(OutputStream arg0, int arg1) throws IOException
readBytes in class io.netty.buffer.ByteBufIOExceptionpublic int readBytes(GatheringByteChannel arg0, int arg1) throws IOException
readBytes in class io.netty.buffer.ByteBufIOExceptionpublic int readBytes(FileChannel arg0, long arg1, int arg2) throws IOException
readBytes in class io.netty.buffer.ByteBufIOExceptionpublic CharSequence readCharSequence(int arg0, Charset arg1)
readCharSequence in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf skipBytes(int arg0)
skipBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBoolean(boolean arg0)
writeBoolean in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeByte(int arg0)
writeByte in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeShortLE(int arg0)
writeShortLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeMedium(int arg0)
writeMedium in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeMediumLE(int arg0)
writeMediumLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeIntLE(int arg0)
writeIntLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeLongLE(long arg0)
writeLongLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0,
int arg1)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0,
int arg1,
int arg2)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(byte[] arg0)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(byte[] arg0,
int arg1,
int arg2)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(ByteBuffer arg0)
writeBytes in class io.netty.buffer.ByteBufpublic int writeBytes(InputStream arg0, int arg1) throws IOException
writeBytes in class io.netty.buffer.ByteBufIOExceptionpublic int writeBytes(ScatteringByteChannel arg0, int arg1) throws IOException
writeBytes in class io.netty.buffer.ByteBufIOExceptionpublic int writeBytes(FileChannel arg0, long arg1, int arg2) throws IOException
writeBytes in class io.netty.buffer.ByteBufIOExceptionpublic io.netty.buffer.ByteBuf writeZero(int arg0)
writeZero in class io.netty.buffer.ByteBufpublic int writeCharSequence(CharSequence arg0, Charset arg1)
writeCharSequence in class io.netty.buffer.ByteBufpublic int indexOf(int arg0,
int arg1,
byte arg2)
indexOf in class io.netty.buffer.ByteBufpublic int bytesBefore(byte arg0)
bytesBefore in class io.netty.buffer.ByteBufpublic int bytesBefore(int arg0,
byte arg1)
bytesBefore in class io.netty.buffer.ByteBufpublic int bytesBefore(int arg0,
int arg1,
byte arg2)
bytesBefore in class io.netty.buffer.ByteBufpublic int forEachByte(io.netty.util.ByteProcessor arg0)
forEachByte in class io.netty.buffer.ByteBufpublic int forEachByte(int arg0,
int arg1,
io.netty.util.ByteProcessor arg2)
forEachByte in class io.netty.buffer.ByteBufpublic int forEachByteDesc(io.netty.util.ByteProcessor arg0)
forEachByteDesc in class io.netty.buffer.ByteBufpublic int forEachByteDesc(int arg0,
int arg1,
io.netty.util.ByteProcessor arg2)
forEachByteDesc in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf copy()
copy in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf copy(int arg0,
int arg1)
copy in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedSlice()
retainedSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedSlice(int arg0,
int arg1)
retainedSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf duplicate()
duplicate in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedDuplicate()
retainedDuplicate in class io.netty.buffer.ByteBufpublic int nioBufferCount()
nioBufferCount in class io.netty.buffer.ByteBufpublic ByteBuffer nioBuffer()
nioBuffer in class io.netty.buffer.ByteBufpublic ByteBuffer nioBuffer(int arg0, int arg1)
nioBuffer in class io.netty.buffer.ByteBufpublic ByteBuffer[] nioBuffers()
nioBuffers in class io.netty.buffer.ByteBufpublic ByteBuffer[] nioBuffers(int arg0, int arg1)
nioBuffers in class io.netty.buffer.ByteBufpublic ByteBuffer internalNioBuffer(int arg0, int arg1)
internalNioBuffer in class io.netty.buffer.ByteBufpublic boolean hasArray()
hasArray in class io.netty.buffer.ByteBufpublic byte[] array()
array in class io.netty.buffer.ByteBufpublic int arrayOffset()
arrayOffset in class io.netty.buffer.ByteBufpublic String toString(Charset arg0)
toString in class io.netty.buffer.ByteBufpublic String toString(int arg0, int arg1, Charset arg2)
toString in class io.netty.buffer.ByteBufpublic boolean equals(Object arg0)
equals in class io.netty.buffer.ByteBufpublic int compareTo(io.netty.buffer.ByteBuf arg0)
compareTo in interface Comparable<io.netty.buffer.ByteBuf>compareTo in class io.netty.buffer.ByteBufpublic String toString()
toString in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retain(int arg0)
retain in interface io.netty.util.ReferenceCountedretain in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retain()
retain in interface io.netty.util.ReferenceCountedretain in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf touch()
touch in interface io.netty.util.ReferenceCountedtouch in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf touch(Object arg0)
touch in interface io.netty.util.ReferenceCountedtouch in class io.netty.buffer.ByteBufpublic final boolean isReadable(int arg0)
isReadable in class io.netty.buffer.ByteBufpublic final boolean isWritable(int arg0)
isWritable in class io.netty.buffer.ByteBufpublic final int refCnt()
Copyright © 2021 The Apache Software Foundation. All rights reserved.