Packages

package blob

Type Members

  1. trait Blob extends AnyRef

    Holds a BLOB source for writing to an OutputStream.

  2. class BlobDescriptor extends AnyRef

    Contains properties describing a BLOB, including its digest and possibly its size (in bytes).

  3. trait BlobWriter extends AnyRef

    This function writes the contents of a BLOB.

    This function writes the contents of a BLOB. This function should write the same BLOB regardless of the number of times it is called.

  4. class Blobs extends AnyRef

    Static methods for Blob.

Ungrouped