Packages

package helpers

Contains helper classes to create org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances from external sources.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. helpers
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object AsyncStreamHelper

    A general helper class that creates org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.

    A general helper class that creates org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.

    Provides support for:

    - Array[Byte] - Converts byte arrays into Async Streams - ByteBuffer - Converts ByteBuffers into Async Streams - InputStream - Converts InputStreams into Async Streams (Note: InputStream implementations are blocking) - OutputStream - Converts OutputStreams into Async Streams (Note: OutputStream implementations are blocking)

    Since

    1.2

  2. object AsynchronousChannelHelper

    A helper class to convert to AsynchronousByteChannel or AsynchronousFileChannel instances into org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.

    A helper class to convert to AsynchronousByteChannel or AsynchronousFileChannel instances into org.mongodb.scala.gridfs.AsyncInputStream or org.mongodb.scala.gridfs.AsyncOutputStream instances.

    Since

    1.2

    Note

    Requires Java 7 or greater.

Inherited from AnyRef

Inherited from Any

Ungrouped