public class FixedByteArrayOutputStream extends ByteArrayOutputStream
buf, count | Constructor and Description |
|---|
FixedByteArrayOutputStream (int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
write (byte[] b,
int off,
int len) |
void |
write (int b) |
close, reset, size, toByteArray, toString, toString, toString, writeTo flush, write public FixedByteArrayOutputStream(int size)
public void write(int b)
write in class ByteArrayOutputStream public void write(byte[] b, int off, int len)
write in class ByteArrayOutputStream Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.