public class ByteArrayOutputStream2 extends ByteArrayOutputStream
buf, count
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) |
String |
toString(Charset charset) |
void |
writeUnchecked(int b) |
close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
flush, write
Copyright © 1995-2015 Webtide. All Rights Reserved.