public class LargeBuffer
extends io.netty.buffer.AbstractByteBuf
| コンストラクタと説明 |
|---|
LargeBuffer(io.netty.buffer.ByteBuf buffer) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected byte |
_getByte(int index) |
protected int |
_getInt(int index) |
protected int |
_getIntLE(int index) |
protected long |
_getLong(int index) |
protected long |
_getLongLE(int index) |
protected short |
_getShort(int index) |
protected short |
_getShortLE(int index) |
protected int |
_getUnsignedMedium(int index) |
protected int |
_getUnsignedMediumLE(int index) |
protected void |
_setByte(int index,
int value) |
protected void |
_setInt(int index,
int value) |
protected void |
_setIntLE(int index,
int value) |
protected void |
_setLong(int index,
long value) |
protected void |
_setLongLE(int index,
long value) |
protected void |
_setMedium(int index,
int value) |
protected void |
_setMediumLE(int index,
int value) |
protected void |
_setShort(int index,
int value) |
protected void |
_setShortLE(int index,
int value) |
io.netty.buffer.ByteBufAllocator |
alloc() |
byte[] |
array() |
int |
arrayOffset() |
int |
capacity() |
io.netty.buffer.ByteBuf |
capacity(int newCapacity) |
io.netty.buffer.ByteBuf |
copy(int index,
int length) |
int |
forEachByte(int index,
int length,
io.netty.util.ByteProcessor processor) |
int |
forEachByteDesc(int index,
int length,
io.netty.util.ByteProcessor processor) |
byte |
getByte(int index) |
io.netty.buffer.ByteBuf |
getBytes(int index,
byte[] dst,
int dstIndex,
int length) |
io.netty.buffer.ByteBuf |
getBytes(int index,
ByteBuffer dst) |
io.netty.buffer.ByteBuf |
getBytes(int index,
io.netty.buffer.ByteBuf dst,
int dstIndex,
int length) |
int |
getBytes(int index,
FileChannel out,
long position,
int length) |
int |
getBytes(int index,
GatheringByteChannel out,
int length) |
io.netty.buffer.ByteBuf |
getBytes(int index,
OutputStream out,
int length) |
int |
getInt(int index) |
int |
getIntLE(int index) |
long |
getLong(int index) |
long |
getLongLE(int index) |
short |
getShort(int index) |
short |
getShortLE(int index) |
int |
getUnsignedMedium(int index) |
int |
getUnsignedMediumLE(int index) |
boolean |
hasArray() |
boolean |
hasMemoryAddress() |
ByteBuffer |
internalNioBuffer(int index,
int length) |
boolean |
isDirect() |
long |
memoryAddress() |
ByteBuffer |
nioBuffer(int index,
int length) |
int |
nioBufferCount() |
ByteBuffer[] |
nioBuffers(int index,
int length) |
ByteOrder |
order() |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
io.netty.buffer.ByteBuf |
retain() |
io.netty.buffer.ByteBuf |
retain(int increment) |
io.netty.buffer.ByteBuf |
setByte(int index,
int value) |
io.netty.buffer.ByteBuf |
setBytes(int index,
byte[] src,
int srcIndex,
int length) |
io.netty.buffer.ByteBuf |
setBytes(int index,
ByteBuffer src) |
io.netty.buffer.ByteBuf |
setBytes(int index,
io.netty.buffer.ByteBuf src,
int srcIndex,
int length) |
int |
setBytes(int index,
FileChannel in,
long position,
int length) |
int |
setBytes(int index,
InputStream in,
int length) |
int |
setBytes(int index,
ScatteringByteChannel in,
int length) |
io.netty.buffer.ByteBuf |
setInt(int index,
int value) |
io.netty.buffer.ByteBuf |
setIntLE(int index,
int value) |
io.netty.buffer.ByteBuf |
setLong(int index,
long value) |
io.netty.buffer.ByteBuf |
setLongLE(int index,
long value) |
io.netty.buffer.ByteBuf |
setMedium(int index,
int value) |
io.netty.buffer.ByteBuf |
setMediumLE(int index,
int value) |
io.netty.buffer.ByteBuf |
setShort(int index,
int value) |
io.netty.buffer.ByteBuf |
setShortLE(int index,
int value) |
io.netty.buffer.ByteBuf |
slice(int index,
int length) |
io.netty.buffer.ByteBuf |
touch() |
io.netty.buffer.ByteBuf |
touch(Object hint) |
io.netty.buffer.ByteBuf |
unwrap() |
adjustMarkers, asReadOnly, bytesBefore, bytesBefore, bytesBefore, checkDstIndex, checkDstIndex, checkIndex, checkIndex, checkNewCapacity, checkReadableBytes, checkSrcIndex, clear, compareTo, copy, discardReadBytes, discardSomeReadBytes, duplicate, ensureAccessible, ensureWritable, ensureWritable, equals, forEachByte, forEachByteDesc, getBoolean, getBytes, getBytes, getBytes, getChar, getCharSequence, getDouble, getFloat, getMedium, getMediumLE, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedShort, getUnsignedShortLE, hashCode, indexOf, isReadable, isReadable, isReadOnly, isWritable, isWritable, markReaderIndex, markWriterIndex, maxCapacity, maxCapacity, maxWritableBytes, newSwappedByteBuf, nioBuffer, nioBuffers, order, readableBytes, readBoolean, readByte, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readChar, readCharSequence, readDouble, readerIndex, readerIndex, readFloat, readInt, readIntLE, readLong, readLongLE, readMedium, readMediumLE, readRetainedSlice, readShort, readShortLE, readSlice, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, resetReaderIndex, resetWriterIndex, retainedDuplicate, retainedSlice, retainedSlice, setBoolean, setBytes, setBytes, setBytes, setChar, setCharSequence, setDouble, setFloat, setIndex, setZero, skipBytes, slice, toString, toString, toString, trimIndicesToCapacity, writableBytes, writeBoolean, writeByte, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeCharSequence, writeDouble, writeFloat, writeInt, writeIntLE, writeLong, writeLongLE, writeMedium, writeMediumLE, writerIndex, writerIndex, writeShort, writeShortLE, writeZeropublic io.netty.buffer.ByteBuf copy(int index,
int length)
public ByteBuffer nioBuffer(int index, int length)
nioBuffer クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf unwrap()
unwrap クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBufAllocator alloc()
alloc クラス内 io.netty.buffer.ByteBufpublic ByteOrder order()
order クラス内 io.netty.buffer.ByteBufpublic boolean isDirect()
isDirect クラス内 io.netty.buffer.ByteBufpublic int capacity()
capacity クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf capacity(int newCapacity)
capacity クラス内 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 boolean hasMemoryAddress()
hasMemoryAddress クラス内 io.netty.buffer.ByteBufpublic long memoryAddress()
memoryAddress クラス内 io.netty.buffer.ByteBufpublic byte getByte(int index)
getByte クラス内 io.netty.buffer.AbstractByteBufprotected byte _getByte(int index)
_getByte クラス内 io.netty.buffer.AbstractByteBufpublic short getShort(int index)
getShort クラス内 io.netty.buffer.AbstractByteBufprotected short _getShort(int index)
_getShort クラス内 io.netty.buffer.AbstractByteBufpublic short getShortLE(int index)
getShortLE クラス内 io.netty.buffer.AbstractByteBufprotected short _getShortLE(int index)
_getShortLE クラス内 io.netty.buffer.AbstractByteBufpublic int getUnsignedMedium(int index)
getUnsignedMedium クラス内 io.netty.buffer.AbstractByteBufprotected int _getUnsignedMedium(int index)
_getUnsignedMedium クラス内 io.netty.buffer.AbstractByteBufpublic int getUnsignedMediumLE(int index)
getUnsignedMediumLE クラス内 io.netty.buffer.AbstractByteBufprotected int _getUnsignedMediumLE(int index)
_getUnsignedMediumLE クラス内 io.netty.buffer.AbstractByteBufpublic int getInt(int index)
getInt クラス内 io.netty.buffer.AbstractByteBufprotected int _getInt(int index)
_getInt クラス内 io.netty.buffer.AbstractByteBufpublic int getIntLE(int index)
getIntLE クラス内 io.netty.buffer.AbstractByteBufprotected int _getIntLE(int index)
_getIntLE クラス内 io.netty.buffer.AbstractByteBufpublic long getLong(int index)
getLong クラス内 io.netty.buffer.AbstractByteBufprotected long _getLong(int index)
_getLong クラス内 io.netty.buffer.AbstractByteBufpublic long getLongLE(int index)
getLongLE クラス内 io.netty.buffer.AbstractByteBufprotected long _getLongLE(int index)
_getLongLE クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf slice(int index,
int length)
slice クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf getBytes(int index,
io.netty.buffer.ByteBuf dst,
int dstIndex,
int length)
getBytes クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int index,
byte[] dst,
int dstIndex,
int length)
getBytes クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf getBytes(int index,
ByteBuffer dst)
getBytes クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setByte(int index,
int value)
setByte クラス内 io.netty.buffer.AbstractByteBufprotected void _setByte(int index,
int value)
_setByte クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setShort(int index,
int value)
setShort クラス内 io.netty.buffer.AbstractByteBufprotected void _setShort(int index,
int value)
_setShort クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setShortLE(int index,
int value)
setShortLE クラス内 io.netty.buffer.AbstractByteBufprotected void _setShortLE(int index,
int value)
_setShortLE クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setMedium(int index,
int value)
setMedium クラス内 io.netty.buffer.AbstractByteBufprotected void _setMedium(int index,
int value)
_setMedium クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setMediumLE(int index,
int value)
setMediumLE クラス内 io.netty.buffer.AbstractByteBufprotected void _setMediumLE(int index,
int value)
_setMediumLE クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setInt(int index,
int value)
setInt クラス内 io.netty.buffer.AbstractByteBufprotected void _setInt(int index,
int value)
_setInt クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setIntLE(int index,
int value)
setIntLE クラス内 io.netty.buffer.AbstractByteBufprotected void _setIntLE(int index,
int value)
_setIntLE クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setLong(int index,
long value)
setLong クラス内 io.netty.buffer.AbstractByteBufprotected void _setLong(int index,
long value)
_setLong クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setLongLE(int index,
long value)
setLongLE クラス内 io.netty.buffer.AbstractByteBufprotected void _setLongLE(int index,
long value)
_setLongLE クラス内 io.netty.buffer.AbstractByteBufpublic io.netty.buffer.ByteBuf setBytes(int index,
byte[] src,
int srcIndex,
int length)
setBytes クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int index,
io.netty.buffer.ByteBuf src,
int srcIndex,
int length)
setBytes クラス内 io.netty.buffer.ByteBufpublic io.netty.buffer.ByteBuf setBytes(int index,
ByteBuffer src)
setBytes クラス内 io.netty.buffer.ByteBufpublic int setBytes(int index,
FileChannel in,
long position,
int length)
throws IOException
setBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic io.netty.buffer.ByteBuf getBytes(int index,
OutputStream out,
int length)
throws IOException
getBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic int getBytes(int index,
GatheringByteChannel out,
int length)
throws IOException
getBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic int setBytes(int index,
InputStream in,
int length)
throws IOException
setBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic int setBytes(int index,
ScatteringByteChannel in,
int length)
throws IOException
setBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic int getBytes(int index,
FileChannel out,
long position,
int length)
throws IOException
getBytes クラス内 io.netty.buffer.ByteBufIOExceptionpublic int nioBufferCount()
nioBufferCount クラス内 io.netty.buffer.ByteBufpublic ByteBuffer[] nioBuffers(int index, int length)
nioBuffers クラス内 io.netty.buffer.ByteBufpublic ByteBuffer internalNioBuffer(int index, int length)
internalNioBuffer クラス内 io.netty.buffer.ByteBufpublic int forEachByte(int index,
int length,
io.netty.util.ByteProcessor processor)
forEachByte クラス内 io.netty.buffer.AbstractByteBufpublic int forEachByteDesc(int index,
int length,
io.netty.util.ByteProcessor processor)
forEachByteDesc クラス内 io.netty.buffer.AbstractByteBufpublic final int refCnt()
public final io.netty.buffer.ByteBuf touch()
touch インタフェース内 io.netty.util.ReferenceCountedtouch クラス内 io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf touch(Object hint)
touch インタフェース内 io.netty.util.ReferenceCountedtouch クラス内 io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf retain()
retain インタフェース内 io.netty.util.ReferenceCountedretain クラス内 io.netty.buffer.ByteBufpublic final io.netty.buffer.ByteBuf retain(int increment)
retain インタフェース内 io.netty.util.ReferenceCountedretain クラス内 io.netty.buffer.ByteBufpublic boolean release()
public boolean release(int decrement)
Copyright © 2021 The Apache Software Foundation. All rights reserved.