create_blob


Description:

public BlobOutputStream? create_blob ()

Create a new blob and return a OutputStream to write contents to the blob.

This is an efficient way to create new blobs without copying data. The blob id can be obtained from the blob output stream using get_id, after you close the stream.

Parameters:

this

a Repository.

Returns:

a BlobOutputStream.