public class FastByteArrayOutputStream
extends java.io.ByteArrayOutputStream
| Constructor and Description |
|---|
FastByteArrayOutputStream(int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray()
This will get the underlying byte array.
|