public class InspectableByteArrayOutputStream
extends java.io.ByteArrayOutputStream
ByteArrayOutputStream that allows to retrieve the internal byte[]
buffer without incurring an array copy.| Constructor and Description |
|---|
InspectableByteArrayOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBuffer()
Get the underlying byte array.
|