Class ByteBufferOutputStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
org.wildfly.clustering.marshalling.ByteBufferOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class ByteBufferOutputStream extends ByteArrayOutputStream
A specialized ByteArrayOutputStream that exposes the internal buffer.
Author:
Paul Ferraro