Class OutputStreamMulti

All Implemented Interfaces:
Multi<ByteBuffer>, Subscribable<ByteBuffer>, Closeable, Flushable, AutoCloseable, Flow.Publisher<ByteBuffer>

public class OutputStreamMulti extends MultiFromOutputStream
Output stream that Flow.Publisher publishes any data written to it as ByteBuffer events.
  • Constructor Details

    • OutputStreamMulti

      protected OutputStreamMulti()
      Create new output stream that Flow.Publisher publishes any data written to it as ByteBuffer events.