package blob
Type Members
-
trait
Blob extends AnyRef
Holds a BLOB source for writing to an
OutputStream. -
class
BlobDescriptor extends AnyRef
Contains properties describing a BLOB, including its digest and possibly its size (in bytes).
-
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.
-
class
Blobs extends AnyRef
Static methods for
Blob.