public class ByteBufferArray extends Object
| Constructor and Description |
|---|
ByteBufferArray() |
ByteBufferArray(int initial) |
ByteBufferArray(int initial,
int extend) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(byte in) |
void |
append(byte[] in) |
void |
append(byte[] in,
int offset,
int len) |
void |
clear() |
byte[] |
getInternalBuffer() |
int |
getSize() |
boolean |
isCurrentlyFull() |
byte[] |
toByte() |
public ByteBufferArray()
public ByteBufferArray(int initial)
public ByteBufferArray(int initial,
int extend)
public void append(byte in)
public void append(byte[] in)
public void append(byte[] in,
int offset,
int len)
public int getSize()
public byte[] toByte()
public boolean isCurrentlyFull()
public byte[] getInternalBuffer()
public void clear()
Copyright © 2014. All rights reserved.