Class UnsynchronizedByteArrayOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Implements a version of AbstractByteArrayOutputStream without any concurrent thread safety.

To build an instance, use UnsynchronizedByteArrayOutputStream.Builder.

Since:
2.7
See Also: