| Package | Description |
|---|---|
| com.devops4j.embedded.buffer |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuf |
ByteBuf.allocate(byte[] data) |
static ByteBuf |
ByteBuf.allocate(int capacity) |
abstract ByteBuf |
ByteBuf.autoExpand(boolean autoExpand) |
abstract ByteBuf |
ByteBuf.bigEndian(boolean bigEndian) |
abstract ByteBuf |
ByteBuf.capacity(int newCapacity) |
abstract ByteBuf |
ByteBuf.clear() |
abstract ByteBuf |
ByteBuf.get(byte[] data) |
abstract ByteBuf |
ByteBuf.get(ByteBuffer buffer) |
abstract ByteBuf |
ByteBuf.put(byte v) |
abstract ByteBuf |
ByteBuf.put(byte[] v) |
abstract ByteBuf |
ByteBuf.put(ByteBuffer buffer) |
abstract ByteBuf |
ByteBuf.put(double v) |
abstract ByteBuf |
ByteBuf.put(float v) |
abstract ByteBuf |
ByteBuf.put(int v) |
abstract ByteBuf |
ByteBuf.put(long v) |
abstract ByteBuf |
ByteBuf.put(short v) |
abstract ByteBuf |
ByteBuf.put(String charset,
String... strings) |
abstract ByteBuf |
ByteBuf.readOnly(boolean readOnly) |
abstract ByteBuf |
ByteBuf.resetRead()
重置读指针
|
Copyright © 2018. All rights reserved.