Converts a AsynchronousFileChannel into a AsyncInputStream
Converts a AsynchronousFileChannel into a AsyncInputStream
the AsynchronousFileChannel
the AsyncInputStream
Converts a AsynchronousByteChannel into a AsyncInputStream
Converts a AsynchronousByteChannel into a AsyncInputStream
the AsynchronousByteChannel
the AsyncInputStream
Converts a AsynchronousFileChannel into a AsyncOutputStream
Converts a AsynchronousFileChannel into a AsyncOutputStream
the AsynchronousFileChannel
the AsyncOutputStream
Converts a AsynchronousByteChannel into a AsyncOutputStream
Converts a AsynchronousByteChannel into a AsyncOutputStream
the AsynchronousByteChannel
the AsyncOutputStream
A helper class to convert to AsynchronousByteChannel or AsynchronousFileChannel instances into org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.
(Since version 2.8.0) Use
Observable[ByteBuffer]
instead1.2
Requires Java 7 or greater.