public class UnsafeDirectLittleEndian
extends io.netty.buffer.ByteBuf
Modifier and Type | Field and Description |
---|---|
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 obj) |
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() |
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 arg0) |
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) |
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 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)
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.ReferenceCounted
public int setBytes(int index, InputStream in, int length) throws IOException
IOException
public io.netty.buffer.ByteBuf getBytes(int index, OutputStream out, int length) throws IOException
IOException
public int hashCode()
public boolean equals(Object obj)
public final boolean hasMemoryAddress()
hasMemoryAddress
in class io.netty.buffer.ByteBuf
public boolean isContiguous()
isContiguous
in class io.netty.buffer.ByteBuf
public final long memoryAddress()
memoryAddress
in class io.netty.buffer.ByteBuf
public final int capacity()
capacity
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf capacity(int arg0)
capacity
in class io.netty.buffer.ByteBuf
public final int maxCapacity()
maxCapacity
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBufAllocator alloc()
alloc
in class io.netty.buffer.ByteBuf
public final ByteOrder order()
order
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf unwrap()
unwrap
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf asReadOnly()
asReadOnly
in class io.netty.buffer.ByteBuf
public boolean isReadOnly()
isReadOnly
in class io.netty.buffer.ByteBuf
public final boolean isDirect()
isDirect
in class io.netty.buffer.ByteBuf
public final int readerIndex()
readerIndex
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf readerIndex(int arg0)
readerIndex
in class io.netty.buffer.ByteBuf
public final int writerIndex()
writerIndex
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf writerIndex(int arg0)
writerIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setIndex(int arg0, int arg1)
setIndex
in class io.netty.buffer.ByteBuf
public final int readableBytes()
readableBytes
in class io.netty.buffer.ByteBuf
public final int writableBytes()
writableBytes
in class io.netty.buffer.ByteBuf
public final int maxWritableBytes()
maxWritableBytes
in class io.netty.buffer.ByteBuf
public int maxFastWritableBytes()
maxFastWritableBytes
in class io.netty.buffer.ByteBuf
public final boolean isReadable()
isReadable
in class io.netty.buffer.ByteBuf
public final boolean isWritable()
isWritable
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf clear()
clear
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf markReaderIndex()
markReaderIndex
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf resetReaderIndex()
resetReaderIndex
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf markWriterIndex()
markWriterIndex
in class io.netty.buffer.ByteBuf
public final io.netty.buffer.ByteBuf resetWriterIndex()
resetWriterIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf discardReadBytes()
discardReadBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf discardSomeReadBytes()
discardSomeReadBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf ensureWritable(int arg0)
ensureWritable
in class io.netty.buffer.ByteBuf
public int ensureWritable(int arg0, boolean arg1)
ensureWritable
in class io.netty.buffer.ByteBuf
public boolean getBoolean(int arg0)
getBoolean
in class io.netty.buffer.ByteBuf
public short getUnsignedByte(int arg0)
getUnsignedByte
in class io.netty.buffer.ByteBuf
public short getShortLE(int arg0)
getShortLE
in class io.netty.buffer.ByteBuf
public int getUnsignedShortLE(int arg0)
getUnsignedShortLE
in class io.netty.buffer.ByteBuf
public int getMedium(int arg0)
getMedium
in class io.netty.buffer.ByteBuf
public int getMediumLE(int arg0)
getMediumLE
in class io.netty.buffer.ByteBuf
public int getUnsignedMedium(int arg0)
getUnsignedMedium
in class io.netty.buffer.ByteBuf
public int getUnsignedMediumLE(int arg0)
getUnsignedMediumLE
in class io.netty.buffer.ByteBuf
public int getIntLE(int arg0)
getIntLE
in class io.netty.buffer.ByteBuf
public long getUnsignedIntLE(int arg0)
getUnsignedIntLE
in class io.netty.buffer.ByteBuf
public long getLongLE(int arg0)
getLongLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, io.netty.buffer.ByteBuf arg1)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, byte[] arg1)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, byte[] arg1, int arg2, int arg3)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int arg0, ByteBuffer arg1)
getBytes
in class io.netty.buffer.ByteBuf
public int getBytes(int arg0, GatheringByteChannel arg1, int arg2) throws IOException
getBytes
in class io.netty.buffer.ByteBuf
IOException
public int getBytes(int arg0, FileChannel arg1, long arg2, int arg3) throws IOException
getBytes
in class io.netty.buffer.ByteBuf
IOException
public CharSequence getCharSequence(int arg0, int arg1, Charset arg2)
getCharSequence
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBoolean(int arg0, boolean arg1)
setBoolean
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setShortLE(int arg0, int arg1)
setShortLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setMedium(int arg0, int arg1)
setMedium
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setMediumLE(int arg0, int arg1)
setMediumLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setIntLE(int arg0, int arg1)
setIntLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setLongLE(int arg0, long arg1)
setLongLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, io.netty.buffer.ByteBuf arg1)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, io.netty.buffer.ByteBuf arg1, int arg2, int arg3)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, byte[] arg1)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, byte[] arg1, int arg2, int arg3)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int arg0, ByteBuffer arg1)
setBytes
in class io.netty.buffer.ByteBuf
public int setBytes(int arg0, ScatteringByteChannel arg1, int arg2) throws IOException
setBytes
in class io.netty.buffer.ByteBuf
IOException
public int setBytes(int arg0, FileChannel arg1, long arg2, int arg3) throws IOException
setBytes
in class io.netty.buffer.ByteBuf
IOException
public io.netty.buffer.ByteBuf setZero(int arg0, int arg1)
setZero
in class io.netty.buffer.ByteBuf
public int setCharSequence(int arg0, CharSequence arg1, Charset arg2)
setCharSequence
in class io.netty.buffer.ByteBuf
public boolean readBoolean()
readBoolean
in class io.netty.buffer.ByteBuf
public byte readByte()
readByte
in class io.netty.buffer.ByteBuf
public short readUnsignedByte()
readUnsignedByte
in class io.netty.buffer.ByteBuf
public short readShort()
readShort
in class io.netty.buffer.ByteBuf
public short readShortLE()
readShortLE
in class io.netty.buffer.ByteBuf
public int readUnsignedShort()
readUnsignedShort
in class io.netty.buffer.ByteBuf
public int readUnsignedShortLE()
readUnsignedShortLE
in class io.netty.buffer.ByteBuf
public int readMedium()
readMedium
in class io.netty.buffer.ByteBuf
public int readMediumLE()
readMediumLE
in class io.netty.buffer.ByteBuf
public int readUnsignedMedium()
readUnsignedMedium
in class io.netty.buffer.ByteBuf
public int readUnsignedMediumLE()
readUnsignedMediumLE
in class io.netty.buffer.ByteBuf
public int readInt()
readInt
in class io.netty.buffer.ByteBuf
public int readIntLE()
readIntLE
in class io.netty.buffer.ByteBuf
public long readUnsignedInt()
readUnsignedInt
in class io.netty.buffer.ByteBuf
public long readUnsignedIntLE()
readUnsignedIntLE
in class io.netty.buffer.ByteBuf
public long readLong()
readLong
in class io.netty.buffer.ByteBuf
public long readLongLE()
readLongLE
in class io.netty.buffer.ByteBuf
public char readChar()
readChar
in class io.netty.buffer.ByteBuf
public float readFloat()
readFloat
in class io.netty.buffer.ByteBuf
public double readDouble()
readDouble
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(int arg0)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readSlice(int arg0)
readSlice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readRetainedSlice(int arg0)
readRetainedSlice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0, int arg1)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(byte[] arg0)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(byte[] arg0, int arg1, int arg2)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(ByteBuffer arg0)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(OutputStream arg0, int arg1) throws IOException
readBytes
in class io.netty.buffer.ByteBuf
IOException
public int readBytes(GatheringByteChannel arg0, int arg1) throws IOException
readBytes
in class io.netty.buffer.ByteBuf
IOException
public int readBytes(FileChannel arg0, long arg1, int arg2) throws IOException
readBytes
in class io.netty.buffer.ByteBuf
IOException
public CharSequence readCharSequence(int arg0, Charset arg1)
readCharSequence
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf skipBytes(int arg0)
skipBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBoolean(boolean arg0)
writeBoolean
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeByte(int arg0)
writeByte
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeShortLE(int arg0)
writeShortLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeMedium(int arg0)
writeMedium
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeMediumLE(int arg0)
writeMediumLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeIntLE(int arg0)
writeIntLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeLongLE(long arg0)
writeLongLE
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0, int arg1)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf arg0, int arg1, int arg2)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(byte[] arg0)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(byte[] arg0, int arg1, int arg2)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(ByteBuffer arg0)
writeBytes
in class io.netty.buffer.ByteBuf
public int writeBytes(InputStream arg0, int arg1) throws IOException
writeBytes
in class io.netty.buffer.ByteBuf
IOException
public int writeBytes(ScatteringByteChannel arg0, int arg1) throws IOException
writeBytes
in class io.netty.buffer.ByteBuf
IOException
public int writeBytes(FileChannel arg0, long arg1, int arg2) throws IOException
writeBytes
in class io.netty.buffer.ByteBuf
IOException
public io.netty.buffer.ByteBuf writeZero(int arg0)
writeZero
in class io.netty.buffer.ByteBuf
public int writeCharSequence(CharSequence arg0, Charset arg1)
writeCharSequence
in class io.netty.buffer.ByteBuf
public int indexOf(int arg0, int arg1, byte arg2)
indexOf
in class io.netty.buffer.ByteBuf
public int bytesBefore(byte arg0)
bytesBefore
in class io.netty.buffer.ByteBuf
public int bytesBefore(int arg0, byte arg1)
bytesBefore
in class io.netty.buffer.ByteBuf
public int bytesBefore(int arg0, int arg1, byte arg2)
bytesBefore
in class io.netty.buffer.ByteBuf
public int forEachByte(io.netty.util.ByteProcessor arg0)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByte(int arg0, int arg1, io.netty.util.ByteProcessor arg2)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(io.netty.util.ByteProcessor arg0)
forEachByteDesc
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(int arg0, int arg1, io.netty.util.ByteProcessor arg2)
forEachByteDesc
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf copy()
copy
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf copy(int arg0, int arg1)
copy
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retainedSlice()
retainedSlice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retainedSlice(int arg0, int arg1)
retainedSlice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf duplicate()
duplicate
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retainedDuplicate()
retainedDuplicate
in class io.netty.buffer.ByteBuf
public int nioBufferCount()
nioBufferCount
in class io.netty.buffer.ByteBuf
public ByteBuffer nioBuffer()
nioBuffer
in class io.netty.buffer.ByteBuf
public ByteBuffer nioBuffer(int arg0, int arg1)
nioBuffer
in class io.netty.buffer.ByteBuf
public ByteBuffer[] nioBuffers()
nioBuffers
in class io.netty.buffer.ByteBuf
public ByteBuffer[] nioBuffers(int arg0, int arg1)
nioBuffers
in class io.netty.buffer.ByteBuf
public ByteBuffer internalNioBuffer(int arg0, int arg1)
internalNioBuffer
in class io.netty.buffer.ByteBuf
public boolean hasArray()
hasArray
in class io.netty.buffer.ByteBuf
public byte[] array()
array
in class io.netty.buffer.ByteBuf
public int arrayOffset()
arrayOffset
in class io.netty.buffer.ByteBuf
public String toString(Charset arg0)
toString
in class io.netty.buffer.ByteBuf
public String toString(int arg0, int arg1, Charset arg2)
toString
in class io.netty.buffer.ByteBuf
public int compareTo(io.netty.buffer.ByteBuf arg0)
compareTo
in interface Comparable<io.netty.buffer.ByteBuf>
compareTo
in class io.netty.buffer.ByteBuf
public String toString()
toString
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retain(int arg0)
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retain()
retain
in interface io.netty.util.ReferenceCounted
retain
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf touch()
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf touch(Object arg0)
touch
in interface io.netty.util.ReferenceCounted
touch
in class io.netty.buffer.ByteBuf
public final boolean isReadable(int arg0)
isReadable
in class io.netty.buffer.ByteBuf
public final boolean isWritable(int arg0)
isWritable
in class io.netty.buffer.ByteBuf
public final int refCnt()
public boolean release(int arg0)
Copyright © 2023 The Apache Software Foundation. All rights reserved.