public class ByteArrayOutputStream2
extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
ByteArrayOutputStream2() |
ByteArrayOutputStream2(int size) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuf() |
int |
getCount() |
void |
reset(int minSize) |
void |
setCount(int count) |
java.lang.String |
toString(java.nio.charset.Charset charset) |
void |
writeUnchecked(int b) |