| Constructor and Description |
|---|
ByteArrayQueue() |
ByteArrayQueue(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayQueue |
add(byte[] b) |
ByteArrayQueue |
add(byte[] b,
int off,
int len) |
byte[] |
array() |
void |
clear() |
ByteArrayQueue |
clone() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
int |
length() |
int |
offset() |
ByteArrayQueue |
remove(byte[] b) |
ByteArrayQueue |
remove(byte[] b,
int off,
int len) |
ByteArrayQueue |
remove(int len) |
void |
setCapacity(int capacity) |
String |
toString() |
String |
toString(Charset charset) |
String |
toString(String charsetName) |
public ByteArrayQueue()
public ByteArrayQueue(int capacity)
public ByteArrayQueue clone()
public byte[] array()
public int offset()
public int length()
public void clear()
public void setCapacity(int capacity)
public ByteArrayQueue add(byte[] b)
public ByteArrayQueue add(byte[] b, int off, int len)
public OutputStream getOutputStream()
public ByteArrayQueue remove(byte[] b)
public ByteArrayQueue remove(byte[] b, int off, int len)
public ByteArrayQueue remove(int len)
public InputStream getInputStream()
public String toString(String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2016. All rights reserved.