Class ByteArrayBackedDataSource

java.lang.Object
org.docx4j.org.apache.poi.poifs.nio.DataSource
org.docx4j.org.apache.poi.poifs.nio.ByteArrayBackedDataSource

public class ByteArrayBackedDataSource extends DataSource
A POIFS DataSource backed by a byte array.
  • Field Details

    • buffer

      private byte[] buffer
    • size

      private long size
  • Constructor Details

    • ByteArrayBackedDataSource

      public ByteArrayBackedDataSource(byte[] data, int size)
    • ByteArrayBackedDataSource

      public ByteArrayBackedDataSource(byte[] data)
  • Method Details