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