Class ByteArraySource

    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArraySource​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.shockwave.pdfium.PdfDocument createDocument​(android.content.Context context, com.shockwave.pdfium.PdfiumCore core, java.lang.String password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteArraySource

        public ByteArraySource​(byte[] data)
    • Method Detail

      • createDocument

        public com.shockwave.pdfium.PdfDocument createDocument​(android.content.Context context,
                                                               com.shockwave.pdfium.PdfiumCore core,
                                                               java.lang.String password)
                                                        throws java.io.IOException
        Specified by:
        createDocument in interface DocumentSource
        Throws:
        java.io.IOException