Class ReadableChannelSwitchable<A>

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, HasArrayOps<A>, ReadableChannel<A>, ReadableSource<A>

public class ReadableChannelSwitchable<A> extends ReadableChannelSwitchableBase<A,ReadableChannel<A>>
Decorator meant to switch from a buffered stream to a non-buffering one
  • Constructor Details

    • ReadableChannelSwitchable

      public ReadableChannelSwitchable(ReadableChannel<A> delegate)