public interface BufferedBytes extends Buffer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
array() |
byte[] |
flip() |
byte |
getByte() |
double |
getDouble() |
float |
getFloat() |
int |
getInt() |
long |
getLong() |
BufferedBytes |
getNewBuffer(byte[] array) |
BufferedBytes |
getNewBuffer(int capacity) |
short |
getShort() |
byte[] |
getValue(int len) |
byte[] |
getValue(int start,
int len) |
void |
put(byte value) |
void |
put(byte[] value) |
void |
put(byte[] value,
int offset,
int length) |
void |
put(char value) |
void |
put(double value) |
void |
put(float value) |
void |
put(int value) |
void |
put(long value) |
void |
put(short value) |
byte getByte()
short getShort()
long getLong()
int getInt()
float getFloat()
double getDouble()
byte[] getValue(int len)
byte[] getValue(int start,
int len)
byte[] array()
void put(byte value)
void put(short value)
void put(int value)
void put(long value)
void put(byte[] value)
void put(char value)
void put(float value)
void put(double value)
void put(byte[] value,
int offset,
int length)
byte[] flip()
BufferedBytes getNewBuffer(int capacity)
BufferedBytes getNewBuffer(byte[] array)