Class ByteArrayBlob

java.lang.Object
org.nuxeo.ecm.core.api.impl.blob.AbstractBlob
org.nuxeo.ecm.core.api.impl.blob.ByteArrayBlob
All Implemented Interfaces:
Serializable, Blob

public class ByteArrayBlob extends AbstractBlob implements Serializable
Blob based on a byte array.
See Also:
  • Field Details

    • bytes

      protected final byte[] bytes
  • Constructor Details

    • ByteArrayBlob

      public ByteArrayBlob(byte[] bytes)
    • ByteArrayBlob

      public ByteArrayBlob(byte[] bytes, String mimeType)
    • ByteArrayBlob

      public ByteArrayBlob(byte[] bytes, String mimeType, String encoding)
  • Method Details