Class LoadFromZipNG.ByteArray

java.lang.Object
org.docx4j.openpackaging.io.LoadFromZipNG.ByteArray
All Implemented Interfaces:
Serializable
Enclosing class:
LoadFromZipNG

public static class LoadFromZipNG.ByteArray extends Object implements Serializable
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • bytes

      private byte[] bytes
    • mimetype

      private String mimetype
  • Constructor Details

    • ByteArray

      public ByteArray(byte[] bytes)
    • ByteArray

      public ByteArray(ByteBuffer bb, String mimetype)
  • Method Details

    • getBytes

      public byte[] getBytes()
    • getMimetype

      public String getMimetype()
    • getInputStream

      public InputStream getInputStream()
    • getLength

      public int getLength()