Class ArrayBasedBlob
java.lang.Object
org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
org.apache.jackrabbit.oak.plugins.memory.ArrayBasedBlob
- All Implemented Interfaces:
org.apache.jackrabbit.oak.api.Blob
This
Blob implementations is based on an array of bytes.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.plugins.memory.AbstractBlob
calculateSha256, equal, equals, getContentIdentity, getReference, hashCode, sha256, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jackrabbit.oak.api.Blob
isInlined
-
Constructor Details
-
ArrayBasedBlob
public ArrayBasedBlob(byte[] value)
-
-
Method Details
-
getNewStream
-
length
public long length()
-