public class NoFlushByteOutput
extends Object
implements org.jboss.marshalling.ByteOutput
An output stream that ignores flushes. The marshsaller will flush when it is done, which
results in two frames on the wire. By ignoring the flush only one frame is sent for
each message.