Property | Type | Description | |
---|---|---|---|
Empty | IByteBuf |
Method | Description | |
---|---|---|
Buffer ( ) : IByteBuf | ||
Buffer ( int initialCapacity ) : IByteBuf | ||
Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf | ||
WrappedBuffer ( byte bytes ) : IByteBuf | ||
WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf |
public static Buffer ( int initialCapacity ) : IByteBuf | ||
initialCapacity | int | |
return | IByteBuf |
public static Buffer ( int initialCapacity, int maxCapacity ) : IByteBuf | ||
initialCapacity | int | |
maxCapacity | int | |
return | IByteBuf |
public static WrappedBuffer ( byte bytes ) : IByteBuf | ||
bytes | byte | |
return | IByteBuf |
public static WrappedBuffer ( byte bytes, int index, int length ) : IByteBuf | ||
bytes | byte | |
index | int | |
length | int | |
return | IByteBuf |