Class BlobStoreBlob
java.lang.Object
org.apache.jackrabbit.oak.plugins.blob.BlobStoreBlob
- All Implemented Interfaces:
org.apache.jackrabbit.oak.api.Blob
A blob implementation.
-
Constructor Summary
ConstructorsConstructorDescriptionBlobStoreBlob(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore, String blobId) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.jackrabbit.oak.spi.blob.BlobStore@NotNull InputStream@Nullable StringinthashCode()booleanlonglength()toString()
-
Constructor Details
-
BlobStoreBlob
-
-
Method Details
-
getNewStream
- Specified by:
getNewStreamin interfaceorg.apache.jackrabbit.oak.api.Blob
-
length
public long length()- Specified by:
lengthin interfaceorg.apache.jackrabbit.oak.api.Blob
-
getReference
- Specified by:
getReferencein interfaceorg.apache.jackrabbit.oak.api.Blob
-
getContentIdentity
- Specified by:
getContentIdentityin interfaceorg.apache.jackrabbit.oak.api.Blob
-
isInlined
public boolean isInlined()- Specified by:
isInlinedin interfaceorg.apache.jackrabbit.oak.api.Blob
-
getBlobId
-
getBlobStore
public org.apache.jackrabbit.oak.spi.blob.BlobStore getBlobStore() -
toString
-
hashCode
public int hashCode() -
equals
-