public class PacketBuffer
extends io.netty.buffer.ByteBuf
Constructor and Description |
---|
PacketBuffer(io.netty.buffer.ByteBuf wrapped) |
Modifier and Type | Method and Description |
---|---|
io.netty.buffer.ByteBufAllocator |
alloc() |
byte[] |
array() |
int |
arrayOffset() |
int |
bytesBefore(byte p_bytesBefore_1_) |
int |
bytesBefore(int p_bytesBefore_1_,
byte p_bytesBefore_2_) |
int |
bytesBefore(int p_bytesBefore_1_,
int p_bytesBefore_2_,
byte p_bytesBefore_3_) |
int |
capacity() |
io.netty.buffer.ByteBuf |
capacity(int p_capacity_1_) |
io.netty.buffer.ByteBuf |
clear() |
int |
compareTo(io.netty.buffer.ByteBuf p_compareTo_1_) |
io.netty.buffer.ByteBuf |
copy() |
io.netty.buffer.ByteBuf |
copy(int p_copy_1_,
int p_copy_2_) |
io.netty.buffer.ByteBuf |
discardReadBytes() |
io.netty.buffer.ByteBuf |
discardSomeReadBytes() |
io.netty.buffer.ByteBuf |
duplicate() |
io.netty.buffer.ByteBuf |
ensureWritable(int p_ensureWritable_1_) |
int |
ensureWritable(int p_ensureWritable_1_,
boolean p_ensureWritable_2_) |
boolean |
equals(java.lang.Object p_equals_1_) |
int |
forEachByte(io.netty.buffer.ByteBufProcessor p_forEachByte_1_) |
int |
forEachByte(int p_forEachByte_1_,
int p_forEachByte_2_,
io.netty.buffer.ByteBufProcessor p_forEachByte_3_) |
int |
forEachByteDesc(io.netty.buffer.ByteBufProcessor p_forEachByteDesc_1_) |
int |
forEachByteDesc(int p_forEachByteDesc_1_,
int p_forEachByteDesc_2_,
io.netty.buffer.ByteBufProcessor p_forEachByteDesc_3_) |
boolean |
getBoolean(int p_getBoolean_1_) |
byte |
getByte(int p_getByte_1_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
byte[] p_getBytes_2_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
byte[] p_getBytes_2_,
int p_getBytes_3_,
int p_getBytes_4_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
io.netty.buffer.ByteBuf p_getBytes_2_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
java.nio.ByteBuffer p_getBytes_2_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
io.netty.buffer.ByteBuf p_getBytes_2_,
int p_getBytes_3_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
io.netty.buffer.ByteBuf p_getBytes_2_,
int p_getBytes_3_,
int p_getBytes_4_) |
int |
getBytes(int p_getBytes_1_,
java.nio.channels.GatheringByteChannel p_getBytes_2_,
int p_getBytes_3_) |
io.netty.buffer.ByteBuf |
getBytes(int p_getBytes_1_,
java.io.OutputStream p_getBytes_2_,
int p_getBytes_3_) |
char |
getChar(int p_getChar_1_) |
double |
getDouble(int p_getDouble_1_) |
float |
getFloat(int p_getFloat_1_) |
int |
getInt(int p_getInt_1_) |
long |
getLong(int p_getLong_1_) |
int |
getMedium(int p_getMedium_1_) |
short |
getShort(int p_getShort_1_) |
short |
getUnsignedByte(int p_getUnsignedByte_1_) |
long |
getUnsignedInt(int p_getUnsignedInt_1_) |
int |
getUnsignedMedium(int p_getUnsignedMedium_1_) |
int |
getUnsignedShort(int p_getUnsignedShort_1_) |
static int |
getVarIntSize(int input) |
boolean |
hasArray() |
int |
hashCode() |
boolean |
hasMemoryAddress() |
int |
indexOf(int p_indexOf_1_,
int p_indexOf_2_,
byte p_indexOf_3_) |
java.nio.ByteBuffer |
internalNioBuffer(int p_internalNioBuffer_1_,
int p_internalNioBuffer_2_) |
boolean |
isDirect() |
boolean |
isReadable() |
boolean |
isReadable(int p_isReadable_1_) |
boolean |
isWritable() |
boolean |
isWritable(int p_isWritable_1_) |
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 p_nioBuffer_1_,
int p_nioBuffer_2_) |
int |
nioBufferCount() |
java.nio.ByteBuffer[] |
nioBuffers() |
java.nio.ByteBuffer[] |
nioBuffers(int p_nioBuffers_1_,
int p_nioBuffers_2_) |
java.nio.ByteOrder |
order() |
io.netty.buffer.ByteBuf |
order(java.nio.ByteOrder p_order_1_) |
int |
readableBytes() |
BlockPos |
readBlockPos() |
boolean |
readBoolean() |
byte |
readByte() |
byte[] |
readByteArray() |
byte[] |
readByteArray(int maxLength) |
io.netty.buffer.ByteBuf |
readBytes(byte[] p_readBytes_1_) |
io.netty.buffer.ByteBuf |
readBytes(byte[] p_readBytes_1_,
int p_readBytes_2_,
int p_readBytes_3_) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf p_readBytes_1_) |
io.netty.buffer.ByteBuf |
readBytes(java.nio.ByteBuffer p_readBytes_1_) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf p_readBytes_1_,
int p_readBytes_2_) |
io.netty.buffer.ByteBuf |
readBytes(io.netty.buffer.ByteBuf p_readBytes_1_,
int p_readBytes_2_,
int p_readBytes_3_) |
int |
readBytes(java.nio.channels.GatheringByteChannel p_readBytes_1_,
int p_readBytes_2_) |
io.netty.buffer.ByteBuf |
readBytes(int p_readBytes_1_) |
io.netty.buffer.ByteBuf |
readBytes(java.io.OutputStream p_readBytes_1_,
int p_readBytes_2_) |
char |
readChar() |
NBTTagCompound |
readCompoundTag() |
double |
readDouble() |
<T extends java.lang.Enum<T>> |
readEnumValue(java.lang.Class<T> enumClass) |
int |
readerIndex() |
io.netty.buffer.ByteBuf |
readerIndex(int p_readerIndex_1_) |
float |
readFloat() |
int |
readInt() |
ItemStack |
readItemStack() |
long |
readLong() |
long[] |
readLongArray(long[] array) |
long[] |
readLongArray(long[] array,
int maxLength) |
int |
readMedium() |
short |
readShort() |
io.netty.buffer.ByteBuf |
readSlice(int p_readSlice_1_) |
java.lang.String |
readString(int maxLength) |
ITextComponent |
readTextComponent() |
java.util.UUID |
readUniqueId() |
short |
readUnsignedByte() |
long |
readUnsignedInt() |
int |
readUnsignedMedium() |
int |
readUnsignedShort() |
int |
readVarInt() |
int[] |
readVarIntArray() |
int[] |
readVarIntArray(int maxLength) |
long |
readVarLong() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int p_release_1_) |
io.netty.buffer.ByteBuf |
resetReaderIndex() |
io.netty.buffer.ByteBuf |
resetWriterIndex() |
io.netty.buffer.ByteBuf |
retain() |
io.netty.buffer.ByteBuf |
retain(int p_retain_1_) |
io.netty.buffer.ByteBuf |
setBoolean(int p_setBoolean_1_,
boolean p_setBoolean_2_) |
io.netty.buffer.ByteBuf |
setByte(int p_setByte_1_,
int p_setByte_2_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
byte[] p_setBytes_2_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
byte[] p_setBytes_2_,
int p_setBytes_3_,
int p_setBytes_4_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
io.netty.buffer.ByteBuf p_setBytes_2_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
java.nio.ByteBuffer p_setBytes_2_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
io.netty.buffer.ByteBuf p_setBytes_2_,
int p_setBytes_3_) |
io.netty.buffer.ByteBuf |
setBytes(int p_setBytes_1_,
io.netty.buffer.ByteBuf p_setBytes_2_,
int p_setBytes_3_,
int p_setBytes_4_) |
int |
setBytes(int p_setBytes_1_,
java.io.InputStream p_setBytes_2_,
int p_setBytes_3_) |
int |
setBytes(int p_setBytes_1_,
java.nio.channels.ScatteringByteChannel p_setBytes_2_,
int p_setBytes_3_) |
io.netty.buffer.ByteBuf |
setChar(int p_setChar_1_,
int p_setChar_2_) |
io.netty.buffer.ByteBuf |
setDouble(int p_setDouble_1_,
double p_setDouble_2_) |
io.netty.buffer.ByteBuf |
setFloat(int p_setFloat_1_,
float p_setFloat_2_) |
io.netty.buffer.ByteBuf |
setIndex(int p_setIndex_1_,
int p_setIndex_2_) |
io.netty.buffer.ByteBuf |
setInt(int p_setInt_1_,
int p_setInt_2_) |
io.netty.buffer.ByteBuf |
setLong(int p_setLong_1_,
long p_setLong_2_) |
io.netty.buffer.ByteBuf |
setMedium(int p_setMedium_1_,
int p_setMedium_2_) |
io.netty.buffer.ByteBuf |
setShort(int p_setShort_1_,
int p_setShort_2_) |
io.netty.buffer.ByteBuf |
setZero(int p_setZero_1_,
int p_setZero_2_) |
io.netty.buffer.ByteBuf |
skipBytes(int p_skipBytes_1_) |
io.netty.buffer.ByteBuf |
slice() |
io.netty.buffer.ByteBuf |
slice(int p_slice_1_,
int p_slice_2_) |
java.lang.String |
toString() |
java.lang.String |
toString(java.nio.charset.Charset p_toString_1_) |
java.lang.String |
toString(int p_toString_1_,
int p_toString_2_,
java.nio.charset.Charset p_toString_3_) |
io.netty.buffer.ByteBuf |
unwrap() |
int |
writableBytes() |
PacketBuffer |
writeBlockPos(BlockPos pos) |
io.netty.buffer.ByteBuf |
writeBoolean(boolean p_writeBoolean_1_) |
io.netty.buffer.ByteBuf |
writeByte(int p_writeByte_1_) |
PacketBuffer |
writeByteArray(byte[] array) |
io.netty.buffer.ByteBuf |
writeBytes(byte[] p_writeBytes_1_) |
io.netty.buffer.ByteBuf |
writeBytes(byte[] p_writeBytes_1_,
int p_writeBytes_2_,
int p_writeBytes_3_) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_) |
io.netty.buffer.ByteBuf |
writeBytes(java.nio.ByteBuffer p_writeBytes_1_) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_,
int p_writeBytes_2_) |
io.netty.buffer.ByteBuf |
writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_,
int p_writeBytes_2_,
int p_writeBytes_3_) |
int |
writeBytes(java.io.InputStream p_writeBytes_1_,
int p_writeBytes_2_) |
int |
writeBytes(java.nio.channels.ScatteringByteChannel p_writeBytes_1_,
int p_writeBytes_2_) |
io.netty.buffer.ByteBuf |
writeChar(int p_writeChar_1_) |
PacketBuffer |
writeCompoundTag(NBTTagCompound nbt) |
io.netty.buffer.ByteBuf |
writeDouble(double p_writeDouble_1_) |
PacketBuffer |
writeEnumValue(java.lang.Enum<?> value) |
io.netty.buffer.ByteBuf |
writeFloat(float p_writeFloat_1_) |
io.netty.buffer.ByteBuf |
writeInt(int p_writeInt_1_) |
PacketBuffer |
writeItemStack(ItemStack stack) |
io.netty.buffer.ByteBuf |
writeLong(long p_writeLong_1_) |
PacketBuffer |
writeLongArray(long[] array) |
io.netty.buffer.ByteBuf |
writeMedium(int p_writeMedium_1_) |
int |
writerIndex() |
io.netty.buffer.ByteBuf |
writerIndex(int p_writerIndex_1_) |
io.netty.buffer.ByteBuf |
writeShort(int p_writeShort_1_) |
PacketBuffer |
writeString(java.lang.String string) |
PacketBuffer |
writeTextComponent(ITextComponent component) |
PacketBuffer |
writeUniqueId(java.util.UUID uuid) |
PacketBuffer |
writeVarInt(int input) |
PacketBuffer |
writeVarIntArray(int[] array) |
PacketBuffer |
writeVarLong(long value) |
io.netty.buffer.ByteBuf |
writeZero(int p_writeZero_1_) |
public static int getVarIntSize(int input)
public PacketBuffer writeByteArray(byte[] array)
public byte[] readByteArray()
public byte[] readByteArray(int maxLength)
public PacketBuffer writeVarIntArray(int[] array)
public int[] readVarIntArray()
public int[] readVarIntArray(int maxLength)
public PacketBuffer writeLongArray(long[] array)
public long[] readLongArray(@Nullable long[] array)
public long[] readLongArray(@Nullable long[] array, int maxLength)
public BlockPos readBlockPos()
public PacketBuffer writeBlockPos(BlockPos pos)
public ITextComponent readTextComponent() throws java.io.IOException
java.io.IOException
public PacketBuffer writeTextComponent(ITextComponent component)
public <T extends java.lang.Enum<T>> T readEnumValue(java.lang.Class<T> enumClass)
public PacketBuffer writeEnumValue(java.lang.Enum<?> value)
public int readVarInt()
public long readVarLong()
public PacketBuffer writeUniqueId(java.util.UUID uuid)
public java.util.UUID readUniqueId()
public PacketBuffer writeVarInt(int input)
public PacketBuffer writeVarLong(long value)
public PacketBuffer writeCompoundTag(@Nullable NBTTagCompound nbt)
@Nullable public NBTTagCompound readCompoundTag() throws java.io.IOException
java.io.IOException
public PacketBuffer writeItemStack(ItemStack stack)
public ItemStack readItemStack() throws java.io.IOException
java.io.IOException
public java.lang.String readString(int maxLength)
public PacketBuffer writeString(java.lang.String string)
public int capacity()
capacity
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf capacity(int p_capacity_1_)
capacity
in class io.netty.buffer.ByteBuf
public int maxCapacity()
maxCapacity
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBufAllocator alloc()
alloc
in class io.netty.buffer.ByteBuf
public java.nio.ByteOrder order()
order
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf order(java.nio.ByteOrder p_order_1_)
order
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf unwrap()
unwrap
in class io.netty.buffer.ByteBuf
public boolean isDirect()
isDirect
in class io.netty.buffer.ByteBuf
public int readerIndex()
readerIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readerIndex(int p_readerIndex_1_)
readerIndex
in class io.netty.buffer.ByteBuf
public int writerIndex()
writerIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writerIndex(int p_writerIndex_1_)
writerIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setIndex(int p_setIndex_1_, int p_setIndex_2_)
setIndex
in class io.netty.buffer.ByteBuf
public int readableBytes()
readableBytes
in class io.netty.buffer.ByteBuf
public int writableBytes()
writableBytes
in class io.netty.buffer.ByteBuf
public int maxWritableBytes()
maxWritableBytes
in class io.netty.buffer.ByteBuf
public boolean isReadable()
isReadable
in class io.netty.buffer.ByteBuf
public boolean isReadable(int p_isReadable_1_)
isReadable
in class io.netty.buffer.ByteBuf
public boolean isWritable()
isWritable
in class io.netty.buffer.ByteBuf
public boolean isWritable(int p_isWritable_1_)
isWritable
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf clear()
clear
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf markReaderIndex()
markReaderIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf resetReaderIndex()
resetReaderIndex
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf markWriterIndex()
markWriterIndex
in class io.netty.buffer.ByteBuf
public 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 p_ensureWritable_1_)
ensureWritable
in class io.netty.buffer.ByteBuf
public int ensureWritable(int p_ensureWritable_1_, boolean p_ensureWritable_2_)
ensureWritable
in class io.netty.buffer.ByteBuf
public boolean getBoolean(int p_getBoolean_1_)
getBoolean
in class io.netty.buffer.ByteBuf
public byte getByte(int p_getByte_1_)
getByte
in class io.netty.buffer.ByteBuf
public short getUnsignedByte(int p_getUnsignedByte_1_)
getUnsignedByte
in class io.netty.buffer.ByteBuf
public short getShort(int p_getShort_1_)
getShort
in class io.netty.buffer.ByteBuf
public int getUnsignedShort(int p_getUnsignedShort_1_)
getUnsignedShort
in class io.netty.buffer.ByteBuf
public int getMedium(int p_getMedium_1_)
getMedium
in class io.netty.buffer.ByteBuf
public int getUnsignedMedium(int p_getUnsignedMedium_1_)
getUnsignedMedium
in class io.netty.buffer.ByteBuf
public int getInt(int p_getInt_1_)
getInt
in class io.netty.buffer.ByteBuf
public long getUnsignedInt(int p_getUnsignedInt_1_)
getUnsignedInt
in class io.netty.buffer.ByteBuf
public long getLong(int p_getLong_1_)
getLong
in class io.netty.buffer.ByteBuf
public char getChar(int p_getChar_1_)
getChar
in class io.netty.buffer.ByteBuf
public float getFloat(int p_getFloat_1_)
getFloat
in class io.netty.buffer.ByteBuf
public double getDouble(int p_getDouble_1_)
getDouble
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, io.netty.buffer.ByteBuf p_getBytes_2_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, io.netty.buffer.ByteBuf p_getBytes_2_, int p_getBytes_3_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, io.netty.buffer.ByteBuf p_getBytes_2_, int p_getBytes_3_, int p_getBytes_4_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, byte[] p_getBytes_2_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, byte[] p_getBytes_2_, int p_getBytes_3_, int p_getBytes_4_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, java.nio.ByteBuffer p_getBytes_2_)
getBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf getBytes(int p_getBytes_1_, java.io.OutputStream p_getBytes_2_, int p_getBytes_3_) throws java.io.IOException
getBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public int getBytes(int p_getBytes_1_, java.nio.channels.GatheringByteChannel p_getBytes_2_, int p_getBytes_3_) throws java.io.IOException
getBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public io.netty.buffer.ByteBuf setBoolean(int p_setBoolean_1_, boolean p_setBoolean_2_)
setBoolean
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setByte(int p_setByte_1_, int p_setByte_2_)
setByte
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setShort(int p_setShort_1_, int p_setShort_2_)
setShort
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setMedium(int p_setMedium_1_, int p_setMedium_2_)
setMedium
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setInt(int p_setInt_1_, int p_setInt_2_)
setInt
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setLong(int p_setLong_1_, long p_setLong_2_)
setLong
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setChar(int p_setChar_1_, int p_setChar_2_)
setChar
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setFloat(int p_setFloat_1_, float p_setFloat_2_)
setFloat
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setDouble(int p_setDouble_1_, double p_setDouble_2_)
setDouble
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, io.netty.buffer.ByteBuf p_setBytes_2_)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, io.netty.buffer.ByteBuf p_setBytes_2_, int p_setBytes_3_)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, io.netty.buffer.ByteBuf p_setBytes_2_, int p_setBytes_3_, int p_setBytes_4_)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, byte[] p_setBytes_2_)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, byte[] p_setBytes_2_, int p_setBytes_3_, int p_setBytes_4_)
setBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf setBytes(int p_setBytes_1_, java.nio.ByteBuffer p_setBytes_2_)
setBytes
in class io.netty.buffer.ByteBuf
public int setBytes(int p_setBytes_1_, java.io.InputStream p_setBytes_2_, int p_setBytes_3_) throws java.io.IOException
setBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public int setBytes(int p_setBytes_1_, java.nio.channels.ScatteringByteChannel p_setBytes_2_, int p_setBytes_3_) throws java.io.IOException
setBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public io.netty.buffer.ByteBuf setZero(int p_setZero_1_, int p_setZero_2_)
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 p_readBytes_1_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readSlice(int p_readSlice_1_)
readSlice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_, int p_readBytes_2_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(io.netty.buffer.ByteBuf p_readBytes_1_, int p_readBytes_2_, int p_readBytes_3_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(byte[] p_readBytes_1_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(byte[] p_readBytes_1_, int p_readBytes_2_, int p_readBytes_3_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(java.nio.ByteBuffer p_readBytes_1_)
readBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf readBytes(java.io.OutputStream p_readBytes_1_, int p_readBytes_2_) throws java.io.IOException
readBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public int readBytes(java.nio.channels.GatheringByteChannel p_readBytes_1_, int p_readBytes_2_) throws java.io.IOException
readBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public io.netty.buffer.ByteBuf skipBytes(int p_skipBytes_1_)
skipBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBoolean(boolean p_writeBoolean_1_)
writeBoolean
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeByte(int p_writeByte_1_)
writeByte
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeShort(int p_writeShort_1_)
writeShort
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeMedium(int p_writeMedium_1_)
writeMedium
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeInt(int p_writeInt_1_)
writeInt
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeLong(long p_writeLong_1_)
writeLong
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeChar(int p_writeChar_1_)
writeChar
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeFloat(float p_writeFloat_1_)
writeFloat
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeDouble(double p_writeDouble_1_)
writeDouble
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_, int p_writeBytes_2_)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(io.netty.buffer.ByteBuf p_writeBytes_1_, int p_writeBytes_2_, int p_writeBytes_3_)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(byte[] p_writeBytes_1_)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(byte[] p_writeBytes_1_, int p_writeBytes_2_, int p_writeBytes_3_)
writeBytes
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf writeBytes(java.nio.ByteBuffer p_writeBytes_1_)
writeBytes
in class io.netty.buffer.ByteBuf
public int writeBytes(java.io.InputStream p_writeBytes_1_, int p_writeBytes_2_) throws java.io.IOException
writeBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public int writeBytes(java.nio.channels.ScatteringByteChannel p_writeBytes_1_, int p_writeBytes_2_) throws java.io.IOException
writeBytes
in class io.netty.buffer.ByteBuf
java.io.IOException
public io.netty.buffer.ByteBuf writeZero(int p_writeZero_1_)
writeZero
in class io.netty.buffer.ByteBuf
public int indexOf(int p_indexOf_1_, int p_indexOf_2_, byte p_indexOf_3_)
indexOf
in class io.netty.buffer.ByteBuf
public int bytesBefore(byte p_bytesBefore_1_)
bytesBefore
in class io.netty.buffer.ByteBuf
public int bytesBefore(int p_bytesBefore_1_, byte p_bytesBefore_2_)
bytesBefore
in class io.netty.buffer.ByteBuf
public int bytesBefore(int p_bytesBefore_1_, int p_bytesBefore_2_, byte p_bytesBefore_3_)
bytesBefore
in class io.netty.buffer.ByteBuf
public int forEachByte(io.netty.buffer.ByteBufProcessor p_forEachByte_1_)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByte(int p_forEachByte_1_, int p_forEachByte_2_, io.netty.buffer.ByteBufProcessor p_forEachByte_3_)
forEachByte
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(io.netty.buffer.ByteBufProcessor p_forEachByteDesc_1_)
forEachByteDesc
in class io.netty.buffer.ByteBuf
public int forEachByteDesc(int p_forEachByteDesc_1_, int p_forEachByteDesc_2_, io.netty.buffer.ByteBufProcessor p_forEachByteDesc_3_)
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 p_copy_1_, int p_copy_2_)
copy
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf slice()
slice
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf slice(int p_slice_1_, int p_slice_2_)
slice
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 java.nio.ByteBuffer nioBuffer()
nioBuffer
in class io.netty.buffer.ByteBuf
public java.nio.ByteBuffer nioBuffer(int p_nioBuffer_1_, int p_nioBuffer_2_)
nioBuffer
in class io.netty.buffer.ByteBuf
public java.nio.ByteBuffer internalNioBuffer(int p_internalNioBuffer_1_, int p_internalNioBuffer_2_)
internalNioBuffer
in class io.netty.buffer.ByteBuf
public java.nio.ByteBuffer[] nioBuffers()
nioBuffers
in class io.netty.buffer.ByteBuf
public java.nio.ByteBuffer[] nioBuffers(int p_nioBuffers_1_, int p_nioBuffers_2_)
nioBuffers
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 boolean hasMemoryAddress()
hasMemoryAddress
in class io.netty.buffer.ByteBuf
public long memoryAddress()
memoryAddress
in class io.netty.buffer.ByteBuf
public java.lang.String toString(java.nio.charset.Charset p_toString_1_)
toString
in class io.netty.buffer.ByteBuf
public java.lang.String toString(int p_toString_1_, int p_toString_2_, java.nio.charset.Charset p_toString_3_)
toString
in class io.netty.buffer.ByteBuf
public int hashCode()
hashCode
in class io.netty.buffer.ByteBuf
public boolean equals(java.lang.Object p_equals_1_)
equals
in class io.netty.buffer.ByteBuf
public int compareTo(io.netty.buffer.ByteBuf p_compareTo_1_)
compareTo
in interface java.lang.Comparable<io.netty.buffer.ByteBuf>
compareTo
in class io.netty.buffer.ByteBuf
public java.lang.String toString()
toString
in class io.netty.buffer.ByteBuf
public io.netty.buffer.ByteBuf retain(int p_retain_1_)
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 int refCnt()
public boolean release()
public boolean release(int p_release_1_)