public interface OverflowableBlob extends WritableBlob
WritableBlob.release()
to discard the blob.
Instances are created with Blobs.createOverflowableBlob(int, WritableBlobFactory)
or any
of the other methods returning OverflowableBlob
.
Modifier and Type | Method and Description |
---|---|
WritableBlob |
getOverflowBlob()
Get a reference to the overflow blob.
|
getOutputStream, readFrom, release
getInputStream, getSize, writeTo
WritableBlob getOverflowBlob()
null
if that's not the case.null
if this blob hasn't overflownCopyright © The Apache Software Foundation. All Rights Reserved.