public class FastByteArrayOutputStream extends OutputStream
| Constructor and Description |
|---|
FastByteArrayOutputStream() |
FastByteArrayOutputStream(int size) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
void |
reset() |
int |
size() |
byte[] |
toByteArray() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic FastByteArrayOutputStream()
public FastByteArrayOutputStream(int size)
public byte[] getBytes()
public void reset()
public int size()
public byte[] toByteArray()
public void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
write in class OutputStreamCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.