Class UnsynchronizedByteArrayOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.io.output.AbstractByteArrayOutputStream
org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

Implements a version of AbstractByteArrayOutputStream without any concurrent thread safety.
Since:
2.7