public class Protocol.ByteArrayOutputStream2
extends java.io.ByteArrayOutputStream
| Constructor and Description |
|---|
ByteArrayOutputStream2()
Constructor
|
ByteArrayOutputStream2(int size)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
buf()
Returns the internal buffer of this ByteArrayOutputStream, without copying.
|