public class Attribute
extends java.lang.Object
| 构造器和说明 |
|---|
Attribute() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Attribute |
fromByteBuf(io.netty.buffer.ByteBuf byteBuf) |
static Attribute[] |
listFromByteBuf(io.netty.buffer.ByteBuf byteBuf) |
static void |
toByteBuf(Attribute[] attributes,
io.netty.buffer.ByteBuf byteBuf) |
void |
toByteBuf(io.netty.buffer.ByteBuf byteBuf) |
public static Attribute fromByteBuf(io.netty.buffer.ByteBuf byteBuf)
public void toByteBuf(io.netty.buffer.ByteBuf byteBuf)
public static void toByteBuf(Attribute[] attributes, io.netty.buffer.ByteBuf byteBuf)
public static Attribute[] listFromByteBuf(io.netty.buffer.ByteBuf byteBuf)