Class ChannelOutputStream

All Implemented Interfaces:
Closeable, Flushable, 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 Details

    • ChannelOutputStream

      public ChannelOutputStream(IChannel channel)
    • ChannelOutputStream

      public ChannelOutputStream(IChannel channel, IBufferProvider bufferProvider)