Class BinaryOutputStream

java.lang.Object
java.io.OutputStream
io.undertow.websockets.core.BinaryOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class BinaryOutputStream extends OutputStream
OutputStream implementation which buffers all the data until close() is called and then will try to send it in a blocking fashion with the provided StreamSinkFrameChannel.
Author:
Norman Maurer