Package 

Interface PdfWriteCallback


  • 
    public interface PdfWriteCallback
    
                        

    PdfWriteCallback is the calback interface for saveAsCopy

    • Method Summary

      Modifier and Type Method Description
      abstract Integer WriteBlock(ByteArray data) WriteBlock is called by native code to write a block of data
      • Methods inherited from class java.lang.Object

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

      • WriteBlock

         abstract Integer WriteBlock(ByteArray data)

        WriteBlock is called by native code to write a block of data

        Parameters:
        data - the data to write