Klasse ChannelOutputStream

Alle implementierten Schnittstellen:
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.
Autor:
Eike Stepper
  • Konstruktordetails

    • ChannelOutputStream

      public ChannelOutputStream(IChannel channel)
    • ChannelOutputStream

      public ChannelOutputStream(IChannel channel, IBufferProvider bufferProvider)