Class ArrayBasedBlob

  • All Implemented Interfaces:
    org.apache.jackrabbit.oak.api.Blob

    public class ArrayBasedBlob
    extends AbstractBlob
    This Blob implementations is based on an array of bytes.
    • Constructor Detail

      • ArrayBasedBlob

        public ArrayBasedBlob​(byte[] value)
    • Method Detail

      • getNewStream

        @NotNull
        public @NotNull java.io.InputStream getNewStream()
      • length

        public long length()