Class ByteArrayOutputStream

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ByteArrayOutputStream extends AbstractByteArrayOutputStream
Implements a ThreadSafe version of AbstractByteArrayOutputStream using instance synchronization.