public class BlobStoreBlob extends Object implements org.apache.jackrabbit.oak.api.Blob
| Constructor and Description |
|---|
BlobStoreBlob(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore,
String blobId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getBlobId() |
org.apache.jackrabbit.oak.spi.blob.BlobStore |
getBlobStore() |
String |
getContentIdentity() |
@NotNull InputStream |
getNewStream() |
@Nullable String |
getReference() |
int |
hashCode() |
long |
length() |
String |
toString() |
public BlobStoreBlob(org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore, String blobId)
@NotNull public @NotNull InputStream getNewStream()
getNewStream in interface org.apache.jackrabbit.oak.api.Blobpublic long length()
length in interface org.apache.jackrabbit.oak.api.Blob@Nullable public @Nullable String getReference()
getReference in interface org.apache.jackrabbit.oak.api.Blobpublic String getContentIdentity()
getContentIdentity in interface org.apache.jackrabbit.oak.api.Blobpublic String getBlobId()
public org.apache.jackrabbit.oak.spi.blob.BlobStore getBlobStore()
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.