io.netty.util.ReferenceCounted, java.lang.Comparable<io.netty.buffer.ByteBuf>public class IntercomByteBuf
extends io.netty.buffer.ByteBuf
| Constructor | Description |
|---|---|
IntercomByteBuf(io.netty.buffer.ByteBuf byteBuf) |
| Modifier and Type | Method | Description |
|---|---|---|
io.netty.buffer.ByteBufAllocator |
alloc() |
|
byte[] |
array() |
|
int |
arrayOffset() |
|
io.netty.buffer.ByteBuf |
asReadOnly() |
|
int |
bytesBefore(byte b0) |
|
int |
bytesBefore(int i,
byte b0) |
|
int |
bytesBefore(int i,
int j,
byte b0) |
|
int |
capacity() |
|
io.netty.buffer.ByteBuf |
capacity(int i) |
|
io.netty.buffer.ByteBuf |
clear() |
|
int |
compareTo(io.netty.buffer.ByteBuf bytebuf) |
|
io.netty.buffer.ByteBuf |
copy() |
|
io.netty.buffer.ByteBuf |
copy(int i,
int j) |
|
io.netty.buffer.ByteBuf |
discardReadBytes() |
|
io.netty.buffer.ByteBuf |
discardSomeReadBytes() |
|
io.netty.buffer.ByteBuf |
duplicate() |
|
io.netty.buffer.ByteBuf |
ensureWritable(int i) |
|
int |
ensureWritable(int i,
boolean flag) |
|
boolean |
equals(java.lang.Object object) |
|
int |
forEachByte(int i,
int j,
io.netty.util.ByteProcessor byteProcessor) |
|
int |
forEachByte(io.netty.util.ByteProcessor byteProcessor) |
|
int |
forEachByteDesc(int i,
int j,
io.netty.util.ByteProcessor byteProcessor) |
|
int |
forEachByteDesc(io.netty.util.ByteProcessor byteProcessor) |
|
boolean |
getBoolean(int i) |
|
byte |
getByte(int i) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
byte[] abyte) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
byte[] abyte,
int j,
int k) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
io.netty.buffer.ByteBuf bytebuf) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j,
int k) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
java.io.OutputStream outputstream,
int j) |
|
io.netty.buffer.ByteBuf |
getBytes(int i,
java.nio.ByteBuffer bytebuffer) |
|
int |
getBytes(int i,
java.nio.channels.FileChannel fileChannel,
long l,
int j) |
|
int |
getBytes(int i,
java.nio.channels.GatheringByteChannel gatheringbytechannel,
int j) |
|
char |
getChar(int i) |
|
java.lang.CharSequence |
getCharSequence(int i,
int j,
java.nio.charset.Charset charset) |
|
double |
getDouble(int i) |
|
float |
getFloat(int i) |
|
int |
getInt(int i) |
|
int |
getIntLE(int i) |
|
long |
getLong(int i) |
|
long |
getLongLE(int i) |
|
int |
getMedium(int i) |
|
int |
getMediumLE(int i) |
|
short |
getShort(int i) |
|
short |
getShortLE(int i) |
|
short |
getUnsignedByte(int i) |
|
long |
getUnsignedInt(int i) |
|
long |
getUnsignedIntLE(int i) |
|
int |
getUnsignedMedium(int i) |
|
int |
getUnsignedMediumLE(int i) |
|
int |
getUnsignedShort(int i) |
|
int |
getUnsignedShortLE(int i) |
|
boolean |
hasArray() |
|
int |
hashCode() |
|
boolean |
hasMemoryAddress() |
|
int |
indexOf(int i,
int j,
byte b0) |
|
java.nio.ByteBuffer |
internalNioBuffer(int i,
int j) |
|
boolean |
isDirect() |
|
boolean |
isReadable() |
|
boolean |
isReadable(int i) |
|
boolean |
isReadOnly() |
|
boolean |
isWritable() |
|
boolean |
isWritable(int i) |
|
io.netty.buffer.ByteBuf |
markReaderIndex() |
|
io.netty.buffer.ByteBuf |
markWriterIndex() |
|
int |
maxCapacity() |
|
int |
maxWritableBytes() |
|
long |
memoryAddress() |
|
java.nio.ByteBuffer |
nioBuffer() |
|
java.nio.ByteBuffer |
nioBuffer(int i,
int j) |
|
int |
nioBufferCount() |
|
java.nio.ByteBuffer[] |
nioBuffers() |
|
java.nio.ByteBuffer[] |
nioBuffers(int i,
int j) |
|
java.nio.ByteOrder |
order() |
|
io.netty.buffer.ByteBuf |
order(java.nio.ByteOrder byteorder) |
|
int |
readableBytes() |
|
boolean |
readBoolean() |
|
byte |
readByte() |
|
io.netty.buffer.ByteBuf |
readBytes(byte[] abyte) |
|
io.netty.buffer.ByteBuf |
readBytes(byte[] abyte,
int i,
int j) |
|
io.netty.buffer.ByteBuf |
readBytes(int i) |
|
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf bytebuf) |
|
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf bytebuf,
int i) |
|
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf bytebuf,
int i,
int j) |
|
io.netty.buffer.ByteBuf |
readBytes(java.io.OutputStream outputstream,
int i) |
|
io.netty.buffer.ByteBuf |
readBytes(java.nio.ByteBuffer bytebuffer) |
|
int |
readBytes(java.nio.channels.FileChannel fileChannel,
long l,
int i) |
|
int |
readBytes(java.nio.channels.GatheringByteChannel gatheringbytechannel,
int i) |
|
char |
readChar() |
|
java.lang.CharSequence |
readCharSequence(int i,
java.nio.charset.Charset charset) |
|
double |
readDouble() |
|
<E extends java.lang.Enum> |
readEnum(java.lang.Class<E> enumClass) |
|
int |
readerIndex() |
|
io.netty.buffer.ByteBuf |
readerIndex(int i) |
|
float |
readFloat() |
|
int |
readInt() |
|
int |
readIntLE() |
|
long |
readLong() |
|
long |
readLongLE() |
|
int |
readMedium() |
|
int |
readMediumLE() |
|
io.netty.buffer.ByteBuf |
readRetainedSlice(int i) |
|
short |
readShort() |
|
short |
readShortLE() |
|
io.netty.buffer.ByteBuf |
readSlice(int i) |
|
short |
readUnsignedByte() |
|
long |
readUnsignedInt() |
|
long |
readUnsignedIntLE() |
|
int |
readUnsignedMedium() |
|
int |
readUnsignedMediumLE() |
|
int |
readUnsignedShort() |
|
int |
readUnsignedShortLE() |
|
java.lang.String |
readUtf8() |
|
int |
readVarInt() |
|
int |
refCnt() |
|
boolean |
release() |
|
boolean |
release(int i) |
|
io.netty.buffer.ByteBuf |
resetReaderIndex() |
|
io.netty.buffer.ByteBuf |
resetWriterIndex() |
|
io.netty.buffer.ByteBuf |
retain() |
|
io.netty.buffer.ByteBuf |
retain(int i) |
|
io.netty.buffer.ByteBuf |
retainedDuplicate() |
|
io.netty.buffer.ByteBuf |
retainedSlice() |
|
io.netty.buffer.ByteBuf |
retainedSlice(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setBoolean(int i,
boolean flag) |
|
io.netty.buffer.ByteBuf |
setByte(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
byte[] abyte) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
byte[] abyte,
int j,
int k) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
io.netty.buffer.ByteBuf bytebuf) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j,
int k) |
|
int |
setBytes(int i,
java.io.InputStream inputstream,
int j) |
|
io.netty.buffer.ByteBuf |
setBytes(int i,
java.nio.ByteBuffer bytebuffer) |
|
int |
setBytes(int i,
java.nio.channels.FileChannel fileChannel,
long l,
int j) |
|
int |
setBytes(int i,
java.nio.channels.ScatteringByteChannel scatteringbytechannel,
int j) |
|
io.netty.buffer.ByteBuf |
setChar(int i,
int j) |
|
int |
setCharSequence(int i,
java.lang.CharSequence charSequence,
java.nio.charset.Charset charset) |
|
io.netty.buffer.ByteBuf |
setDouble(int i,
double d0) |
|
io.netty.buffer.ByteBuf |
setFloat(int i,
float f) |
|
io.netty.buffer.ByteBuf |
setIndex(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setInt(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setIntLE(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setLong(int i,
long j) |
|
io.netty.buffer.ByteBuf |
setLongLE(int i,
long l) |
|
io.netty.buffer.ByteBuf |
setMedium(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setMediumLE(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setShort(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setShortLE(int i,
int j) |
|
io.netty.buffer.ByteBuf |
setZero(int i,
int j) |
|
io.netty.buffer.ByteBuf |
skipBytes(int i) |
|
io.netty.buffer.ByteBuf |
slice() |
|
io.netty.buffer.ByteBuf |
slice(int i,
int j) |
|
java.lang.String |
toString() |
|
java.lang.String |
toString(int i,
int j,
java.nio.charset.Charset charset) |
|
java.lang.String |
toString(java.nio.charset.Charset charset) |
|
io.netty.buffer.ByteBuf |
touch() |
|
io.netty.buffer.ByteBuf |
touch(java.lang.Object object) |
|
io.netty.buffer.ByteBuf |
unwrap() |
|
int |
writableBytes() |
|
io.netty.buffer.ByteBuf |
writeBoolean(boolean flag) |
|
io.netty.buffer.ByteBuf |
writeByte(int i) |
|
io.netty.buffer.ByteBuf |
writeBytes(byte[] abyte) |
|
io.netty.buffer.ByteBuf |
writeBytes(byte[] abyte,
int i,
int j) |
|
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf bytebuf) |
|
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf bytebuf,
int i) |
|
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf bytebuf,
int i,
int j) |
|
int |
writeBytes(java.io.InputStream inputstream,
int i) |
|
io.netty.buffer.ByteBuf |
writeBytes(java.nio.ByteBuffer bytebuffer) |
|
int |
writeBytes(java.nio.channels.FileChannel fileChannel,
long l,
int i) |
|
int |
writeBytes(java.nio.channels.ScatteringByteChannel scatteringbytechannel,
int i) |
|
io.netty.buffer.ByteBuf |
writeChar(int i) |
|
int |
writeCharSequence(java.lang.CharSequence charSequence,
java.nio.charset.Charset charset) |
|
io.netty.buffer.ByteBuf |
writeDouble(double d0) |
|
void |
writeEnum(java.lang.Enum<?> e) |
|
io.netty.buffer.ByteBuf |
writeFloat(float f) |
|
io.netty.buffer.ByteBuf |
writeInt(int i) |
|
io.netty.buffer.ByteBuf |
writeIntLE(int i) |
|
io.netty.buffer.ByteBuf |
writeLong(long i) |
|
io.netty.buffer.ByteBuf |
writeLongLE(long l) |
|
io.netty.buffer.ByteBuf |
writeMedium(int i) |
|
io.netty.buffer.ByteBuf |
writeMediumLE(int i) |
|
int |
writerIndex() |
|
io.netty.buffer.ByteBuf |
writerIndex(int i) |
|
io.netty.buffer.ByteBuf |
writeShort(int i) |
|
io.netty.buffer.ByteBuf |
writeShortLE(int i) |
|
void |
writeUtf8(java.lang.String string) |
|
void |
writeVarInt(int i) |
|
io.netty.buffer.ByteBuf |
writeZero(int i) |
public void writeVarInt(int i)
public int readVarInt()
public void writeUtf8(java.lang.String string)
public java.lang.String readUtf8()
public void writeEnum(java.lang.Enum<?> e)
public <E extends java.lang.Enum> E readEnum(java.lang.Class<E> enumClass)
public int capacity()
capacity in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf capacity(int i)
capacity in class io.netty.buffer.ByteBufpublic int maxCapacity()
maxCapacity in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBufAllocator alloc()
alloc in class io.netty.buffer.ByteBufpublic java.nio.ByteOrder order()
order in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf order(java.nio.ByteOrder byteorder)
order in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf unwrap()
unwrap in class io.netty.buffer.ByteBufpublic boolean isDirect()
isDirect in class io.netty.buffer.ByteBufpublic int readerIndex()
readerIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readerIndex(int i)
readerIndex in class io.netty.buffer.ByteBufpublic int writerIndex()
writerIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writerIndex(int i)
writerIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setIndex(int i,
int j)
setIndex in class io.netty.buffer.ByteBufpublic int readableBytes()
readableBytes in class io.netty.buffer.ByteBufpublic int writableBytes()
writableBytes in class io.netty.buffer.ByteBufpublic int maxWritableBytes()
maxWritableBytes in class io.netty.buffer.ByteBufpublic boolean isReadable()
isReadable in class io.netty.buffer.ByteBufpublic boolean isReadable(int i)
isReadable in class io.netty.buffer.ByteBufpublic boolean isWritable()
isWritable in class io.netty.buffer.ByteBufpublic boolean isWritable(int i)
isWritable in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf clear()
clear in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf markReaderIndex()
markReaderIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf resetReaderIndex()
resetReaderIndex in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf markWriterIndex()
markWriterIndex in class io.netty.buffer.ByteBufpublic 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 i)
ensureWritable in class io.netty.buffer.ByteBufpublic int ensureWritable(int i,
boolean flag)
ensureWritable in class io.netty.buffer.ByteBufpublic boolean getBoolean(int i)
getBoolean in class io.netty.buffer.ByteBufpublic byte getByte(int i)
getByte in class io.netty.buffer.ByteBufpublic short getUnsignedByte(int i)
getUnsignedByte in class io.netty.buffer.ByteBufpublic short getShort(int i)
getShort in class io.netty.buffer.ByteBufpublic int getUnsignedShort(int i)
getUnsignedShort in class io.netty.buffer.ByteBufpublic int getMedium(int i)
getMedium in class io.netty.buffer.ByteBufpublic int getUnsignedMedium(int i)
getUnsignedMedium in class io.netty.buffer.ByteBufpublic int getInt(int i)
getInt in class io.netty.buffer.ByteBufpublic long getUnsignedInt(int i)
getUnsignedInt in class io.netty.buffer.ByteBufpublic long getLong(int i)
getLong in class io.netty.buffer.ByteBufpublic char getChar(int i)
getChar in class io.netty.buffer.ByteBufpublic float getFloat(int i)
getFloat in class io.netty.buffer.ByteBufpublic double getDouble(int i)
getDouble in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
io.netty.buffer.ByteBuf bytebuf)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j,
int k)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
byte[] abyte)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
byte[] abyte,
int j,
int k)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
java.nio.ByteBuffer bytebuffer)
getBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int i,
java.io.OutputStream outputstream,
int j)
throws java.io.IOException
getBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int getBytes(int i,
java.nio.channels.GatheringByteChannel gatheringbytechannel,
int j)
throws java.io.IOException
getBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic io.netty.buffer.ByteBuf setBoolean(int i,
boolean flag)
setBoolean in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setByte(int i,
int j)
setByte in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setShort(int i,
int j)
setShort in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setMedium(int i,
int j)
setMedium in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setInt(int i,
int j)
setInt in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setLong(int i,
long j)
setLong in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setChar(int i,
int j)
setChar in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setFloat(int i,
float f)
setFloat in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setDouble(int i,
double d0)
setDouble in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
io.netty.buffer.ByteBuf bytebuf)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
io.netty.buffer.ByteBuf bytebuf,
int j,
int k)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
byte[] abyte)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
byte[] abyte,
int j,
int k)
setBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int i,
java.nio.ByteBuffer bytebuffer)
setBytes in class io.netty.buffer.ByteBufpublic int setBytes(int i,
java.io.InputStream inputstream,
int j)
throws java.io.IOException
setBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int setBytes(int i,
java.nio.channels.ScatteringByteChannel scatteringbytechannel,
int j)
throws java.io.IOException
setBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic io.netty.buffer.ByteBuf setZero(int i,
int j)
setZero 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 int readUnsignedShort()
readUnsignedShort in class io.netty.buffer.ByteBufpublic int readMedium()
readMedium in class io.netty.buffer.ByteBufpublic int readUnsignedMedium()
readUnsignedMedium in class io.netty.buffer.ByteBufpublic int readInt()
readInt in class io.netty.buffer.ByteBufpublic long readUnsignedInt()
readUnsignedInt in class io.netty.buffer.ByteBufpublic long readLong()
readLong 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 i)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readSlice(int i)
readSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf bytebuf)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf bytebuf,
int i)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf bytebuf,
int i,
int j)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(byte[] abyte)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(byte[] abyte,
int i,
int j)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer bytebuffer)
readBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readBytes(java.io.OutputStream outputstream,
int i)
throws java.io.IOException
readBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int readBytes(java.nio.channels.GatheringByteChannel gatheringbytechannel,
int i)
throws java.io.IOException
readBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic io.netty.buffer.ByteBuf skipBytes(int i)
skipBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBoolean(boolean flag)
writeBoolean in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeByte(int i)
writeByte in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeShort(int i)
writeShort in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeMedium(int i)
writeMedium in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeInt(int i)
writeInt in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeLong(long i)
writeLong in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeChar(int i)
writeChar in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeFloat(float f)
writeFloat in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeDouble(double d0)
writeDouble in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf bytebuf)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf bytebuf,
int i)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf bytebuf,
int i,
int j)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(byte[] abyte)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(byte[] abyte,
int i,
int j)
writeBytes in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer bytebuffer)
writeBytes in class io.netty.buffer.ByteBufpublic int writeBytes(java.io.InputStream inputstream,
int i)
throws java.io.IOException
writeBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int writeBytes(java.nio.channels.ScatteringByteChannel scatteringbytechannel,
int i)
throws java.io.IOException
writeBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic io.netty.buffer.ByteBuf writeZero(int i)
writeZero in class io.netty.buffer.ByteBufpublic int indexOf(int i,
int j,
byte b0)
indexOf in class io.netty.buffer.ByteBufpublic int bytesBefore(byte b0)
bytesBefore in class io.netty.buffer.ByteBufpublic int bytesBefore(int i,
byte b0)
bytesBefore in class io.netty.buffer.ByteBufpublic int bytesBefore(int i,
int j,
byte b0)
bytesBefore in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf copy()
copy in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf copy(int i,
int j)
copy in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf slice()
slice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf slice(int i,
int j)
slice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf duplicate()
duplicate in class io.netty.buffer.ByteBufpublic int nioBufferCount()
nioBufferCount in class io.netty.buffer.ByteBufpublic java.nio.ByteBuffer nioBuffer()
nioBuffer in class io.netty.buffer.ByteBufpublic java.nio.ByteBuffer nioBuffer(int i,
int j)
nioBuffer in class io.netty.buffer.ByteBufpublic java.nio.ByteBuffer internalNioBuffer(int i,
int j)
internalNioBuffer in class io.netty.buffer.ByteBufpublic java.nio.ByteBuffer[] nioBuffers()
nioBuffers in class io.netty.buffer.ByteBufpublic java.nio.ByteBuffer[] nioBuffers(int i,
int j)
nioBuffers 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 boolean hasMemoryAddress()
hasMemoryAddress in class io.netty.buffer.ByteBufpublic long memoryAddress()
memoryAddress in class io.netty.buffer.ByteBufpublic java.lang.String toString(java.nio.charset.Charset charset)
toString in class io.netty.buffer.ByteBufpublic java.lang.String toString(int i,
int j,
java.nio.charset.Charset charset)
toString in class io.netty.buffer.ByteBufpublic int hashCode()
hashCode in class io.netty.buffer.ByteBufpublic boolean equals(java.lang.Object object)
equals in class io.netty.buffer.ByteBufpublic int compareTo(io.netty.buffer.ByteBuf bytebuf)
compareTo in interface java.lang.Comparable<io.netty.buffer.ByteBuf>compareTo in class io.netty.buffer.ByteBufpublic java.lang.String toString()
toString in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retain(int i)
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 int refCnt()
public boolean release()
public boolean release(int i)
public io.netty.buffer.ByteBuf asReadOnly()
asReadOnly in class io.netty.buffer.ByteBufpublic int forEachByte(io.netty.util.ByteProcessor byteProcessor)
forEachByte in class io.netty.buffer.ByteBufpublic int forEachByte(int i,
int j,
io.netty.util.ByteProcessor byteProcessor)
forEachByte in class io.netty.buffer.ByteBufpublic int forEachByteDesc(io.netty.util.ByteProcessor byteProcessor)
forEachByteDesc in class io.netty.buffer.ByteBufpublic int forEachByteDesc(int i,
int j,
io.netty.util.ByteProcessor byteProcessor)
forEachByteDesc in class io.netty.buffer.ByteBufpublic int getBytes(int i,
java.nio.channels.FileChannel fileChannel,
long l,
int j)
throws java.io.IOException
getBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic java.lang.CharSequence getCharSequence(int i,
int j,
java.nio.charset.Charset charset)
getCharSequence in class io.netty.buffer.ByteBufpublic int getIntLE(int i)
getIntLE in class io.netty.buffer.ByteBufpublic long getLongLE(int i)
getLongLE in class io.netty.buffer.ByteBufpublic int getMediumLE(int i)
getMediumLE in class io.netty.buffer.ByteBufpublic short getShortLE(int i)
getShortLE in class io.netty.buffer.ByteBufpublic long getUnsignedIntLE(int i)
getUnsignedIntLE in class io.netty.buffer.ByteBufpublic int getUnsignedMediumLE(int i)
getUnsignedMediumLE in class io.netty.buffer.ByteBufpublic int getUnsignedShortLE(int i)
getUnsignedShortLE in class io.netty.buffer.ByteBufpublic boolean isReadOnly()
isReadOnly in class io.netty.buffer.ByteBufpublic int readBytes(java.nio.channels.FileChannel fileChannel,
long l,
int i)
throws java.io.IOException
readBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic java.lang.CharSequence readCharSequence(int i,
java.nio.charset.Charset charset)
readCharSequence in class io.netty.buffer.ByteBufpublic int readIntLE()
readIntLE in class io.netty.buffer.ByteBufpublic long readLongLE()
readLongLE in class io.netty.buffer.ByteBufpublic int readMediumLE()
readMediumLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf readRetainedSlice(int i)
readRetainedSlice in class io.netty.buffer.ByteBufpublic short readShortLE()
readShortLE in class io.netty.buffer.ByteBufpublic long readUnsignedIntLE()
readUnsignedIntLE in class io.netty.buffer.ByteBufpublic int readUnsignedMediumLE()
readUnsignedMediumLE in class io.netty.buffer.ByteBufpublic int readUnsignedShortLE()
readUnsignedShortLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedDuplicate()
retainedDuplicate in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedSlice()
retainedSlice in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf retainedSlice(int i,
int j)
retainedSlice in class io.netty.buffer.ByteBufpublic int setBytes(int i,
java.nio.channels.FileChannel fileChannel,
long l,
int j)
throws java.io.IOException
setBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int setCharSequence(int i,
java.lang.CharSequence charSequence,
java.nio.charset.Charset charset)
setCharSequence in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setIntLE(int i,
int j)
setIntLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setLongLE(int i,
long l)
setLongLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setMediumLE(int i,
int j)
setMediumLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setShortLE(int i,
int j)
setShortLE 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(java.lang.Object object)
touch in interface io.netty.util.ReferenceCountedtouch in class io.netty.buffer.ByteBufpublic int writeBytes(java.nio.channels.FileChannel fileChannel,
long l,
int i)
throws java.io.IOException
writeBytes in class io.netty.buffer.ByteBufjava.io.IOExceptionpublic int writeCharSequence(java.lang.CharSequence charSequence,
java.nio.charset.Charset charset)
writeCharSequence in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeIntLE(int i)
writeIntLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeLongLE(long l)
writeLongLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeMediumLE(int i)
writeMediumLE in class io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf writeShortLE(int i)
writeShortLE in class io.netty.buffer.ByteBufCopyright © 2018. All rights reserved.