Class ByteBuffer

java.lang.Object
java.io.OutputStream
org.kohsuke.stapler.framework.io.ByteBuffer
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ByteBuffer extends OutputStream
ByteArrayOutputStream re-implementation.

This version allows one to read while writing is in progress.

Author:
Kohsuke Kawaguchi