private static final class ByteStreams.FastByteArrayOutputStream
extends java.io.ByteArrayOutputStream
Modifier | Constructor and Description |
---|---|
private |
FastByteArrayOutputStream() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
writeTo(byte[] b,
int off)
Writes the contents of the internal buffer to the given array starting at the given offset.
|