Class ChannelOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class ChannelOutputStream
    extends BufferOutputStream
    An output stream that fragments the written byte sequence into fixed-sized buffers and passes them to configured channel.
    Author:
    Eike Stepper
    • Constructor Detail

      • ChannelOutputStream

        public ChannelOutputStream​(IChannel channel)