public class CompositeByteBufX
extends io.netty.buffer.CompositeByteBuf
| 构造器和说明 |
|---|
CompositeByteBufX()
Commonly used maximum number of bytes 4096 * 32 = 128 KB
|
CompositeByteBufX(boolean direct,
int maxNumComponents) |
CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents) |
CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
io.netty.buffer.ByteBuf... buffers) |
CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
Iterable<io.netty.buffer.ByteBuf> buffers) |
addComponent, addComponent, addComponent, addComponent, addComponents, addComponents, addComponents, addComponents, addComponents, addComponents, addFlattenedComponents, alloc, array, arrayOffset, capacity, capacity, clear, component, componentAtOffset, consolidate, consolidate, copy, decompose, discardReadBytes, discardReadComponents, discardSomeReadBytes, ensureWritable, getByte, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, getBytes, hasArray, hasMemoryAddress, internalComponent, internalComponentAtOffset, internalNioBuffer, isDirect, iterator, markReaderIndex, markWriterIndex, maxNumComponents, memoryAddress, nioBuffer, nioBufferCount, nioBuffers, nioBuffers, numComponents, order, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readBytes, readerIndex, removeComponent, removeComponents, resetReaderIndex, resetWriterIndex, retain, retain, setBoolean, setByte, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setBytes, setChar, setDouble, setFloat, setIndex, setInt, setLong, setMedium, setShort, setZero, skipBytes, toByteIndex, toComponentIndex, toString, touch, touch, unwrap, writeBoolean, writeByte, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeBytes, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeMedium, writerIndex, writeShort, writeZeroasReadOnly, bytesBefore, bytesBefore, bytesBefore, compareTo, copy, duplicate, ensureWritable, equals, forEachByte, forEachByte, forEachByteDesc, forEachByteDesc, getBoolean, getChar, getCharSequence, getDouble, getFloat, getInt, getIntLE, getLong, getLongLE, getMedium, getMediumLE, getShort, getShortLE, getUnsignedByte, getUnsignedInt, getUnsignedIntLE, getUnsignedMedium, getUnsignedMediumLE, getUnsignedShort, getUnsignedShortLE, hashCode, indexOf, isReadable, isReadable, isReadOnly, isWritable, isWritable, maxCapacity, maxWritableBytes, nioBuffer, order, readableBytes, readBoolean, readByte, readBytes, readBytes, readBytes, readChar, readCharSequence, readDouble, readerIndex, readFloat, readInt, readIntLE, readLong, readLongLE, readMedium, readMediumLE, readRetainedSlice, readShort, readShortLE, readSlice, readUnsignedByte, readUnsignedInt, readUnsignedIntLE, readUnsignedMedium, readUnsignedMediumLE, readUnsignedShort, readUnsignedShortLE, retainedDuplicate, retainedSlice, retainedSlice, setCharSequence, setIntLE, setLongLE, setMediumLE, setShortLE, slice, slice, toString, toString, writableBytes, writeBytes, writeBytes, writeBytes, writeCharSequence, writeIntLE, writeLongLE, writeMediumLE, writerIndex, writeShortLEgetDoubleLE, getFloatLE, isContiguous, maxFastWritableBytes, readDoubleLE, readFloatLE, setDoubleLE, setFloatLE, writeDoubleLE, writeFloatLEforEach, spliteratorpublic CompositeByteBufX()
public CompositeByteBufX(boolean direct,
int maxNumComponents)
public CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents)
public CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
io.netty.buffer.ByteBuf... buffers)
public CompositeByteBufX(io.netty.buffer.ByteBufAllocator alloc,
boolean direct,
int maxNumComponents,
Iterable<io.netty.buffer.ByteBuf> buffers)
Copyright © 2020. All rights reserved.