Class ByteBufferOutputStream2

java.lang.Object
java.io.OutputStream
org.eclipse.jetty.io.ByteBufferOutputStream2
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

@Deprecated public class ByteBufferOutputStream2 extends OutputStream
This class implements an output stream in which the data is buffered.

Designed to mimic ByteArrayOutputStream but with better memory usage, and less copying.