Class BufferPoolServerOutputStream<B>

java.lang.Object
java.io.OutputStream
net.officefloor.server.stream.ServerOutputStream
net.officefloor.server.stream.impl.BufferPoolServerOutputStream<B>
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class BufferPoolServerOutputStream<B> extends ServerOutputStream
ServerOutputStream that writes to StreamBuffer instances from a StreamBufferPool.
Author:
Daniel Sagenschneider