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() |
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.buffer.ByteBufProcessor arg0) |
int |
forEachByte(int arg0,
int arg1,
io.netty.buffer.ByteBufProcessor arg2) |
int |
forEachByteDesc(io.netty.buffer.ByteBufProcessor arg0) |
int |
forEachByteDesc(int arg0,
int arg1,
io.netty.buffer.ByteBufProcessor 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,
GatheringByteChannel arg1,
int arg2) |
io.netty.buffer.ByteBuf |
getBytes(int index,
OutputStream out,
int length) |
char |
getChar(int index) |
double |
getDouble(int index) |
float |
getFloat(int index) |
int |
getInt(int index) |
long |
getLong(int index) |
int |
getMedium(int arg0) |
short |
getShort(int index) |
short |
getUnsignedByte(int arg0) |
long |
getUnsignedInt(int index) |
int |
getUnsignedMedium(int arg0) |
int |
getUnsignedShort(int index) |
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 |
isDirect() |
boolean |
isReadable() |
boolean |
isReadable(int arg0) |
boolean |
isWritable() |
boolean |
isWritable(int arg0) |
io.netty.buffer.ByteBuf |
markReaderIndex() |
io.netty.buffer.ByteBuf |
markWriterIndex() |
int |
maxCapacity() |
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(GatheringByteChannel arg0,
int arg1) |
io.netty.buffer.ByteBuf |
readBytes(int arg0) |
io.netty.buffer.ByteBuf |
readBytes(OutputStream arg0,
int arg1) |
char |
readChar() |
double |
readDouble() |
int |
readerIndex() |
io.netty.buffer.ByteBuf |
readerIndex(int arg0) |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
int |
readMedium() |
short |
readShort() |
io.netty.buffer.ByteBuf |
readSlice(int arg0) |
short |
readUnsignedByte() |
long |
readUnsignedInt() |
int |
readUnsignedMedium() |
int |
readUnsignedShort() |
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 |
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 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) |
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 |
setLong(int index,
long value) |
io.netty.buffer.ByteBuf |
setMedium(int arg0,
int arg1) |
io.netty.buffer.ByteBuf |
setShort(int index,
int value) |
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 |
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(InputStream arg0,
int arg1) |
int |
writeBytes(ScatteringByteChannel arg0,
int arg1) |
io.netty.buffer.ByteBuf |
writeChar(int value) |
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 |
writeLong(long value) |
io.netty.buffer.ByteBuf |
writeMedium(int arg0) |
int |
writerIndex() |
io.netty.buffer.ByteBuf |
writerIndex(int arg0) |
io.netty.buffer.ByteBuf |
writeShort(int value) |
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.ReferenceCounted
public boolean release(int decrement)
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 final boolean hasMemoryAddress()
hasMemoryAddress
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 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 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 int getMedium(int arg0)
getMedium
in class io.netty.buffer.ByteBuf
public int getUnsignedMedium(int arg0)
getUnsignedMedium
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 io.netty.buffer.ByteBuf setBoolean(int arg0, boolean arg1)
setBoolean
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 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 io.netty.buffer.ByteBuf setZero(int arg0, int arg1)
setZero
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 int readUnsignedShort()
readUnsignedShort
in class io.netty.buffer.ByteBuf
public int readMedium()
readMedium
in class io.netty.buffer.ByteBuf
public int readUnsignedMedium()
readUnsignedMedium
in class io.netty.buffer.ByteBuf
public int readInt()
readInt
in class io.netty.buffer.ByteBuf
public long readUnsignedInt()
readUnsignedInt
in class io.netty.buffer.ByteBuf
public long readLong()
readLong
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 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 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 writeMedium(int arg0)
writeMedium
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 io.netty.buffer.ByteBuf writeZero(int arg0)
writeZero
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.buffer.ByteBufProcessor arg0)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByte(int arg0, int arg1, io.netty.buffer.ByteBufProcessor arg2)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(io.netty.buffer.ByteBufProcessor arg0)
forEachByteDesc
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(int arg0, int arg1, io.netty.buffer.ByteBufProcessor 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 duplicate()
duplicate
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 boolean equals(Object arg0)
equals
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 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()
Copyright © 2021 The Apache Software Foundation. All rights reserved.