public class ByteArrayOutputStream2
extends java.io.ByteArrayOutputStream
| Constructor | Description |
|---|---|
ByteArrayOutputStream2() |
|
ByteArrayOutputStream2(int size) |
| Modifier and Type | Method | 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) |
close, reset, size, toByteArray, toString, toString, toString, write, write, writeToCopyright © 1995–2018 Webtide. All rights reserved.