Deprecated API


Contents
Deprecated Classes
com.snowtide.pdf.util.MergeUtil
          Merge functionality may be removed in a future PDFTextStream release 
 

Deprecated Methods
com.snowtide.pdf.OutputTarget.forBuffer(Appendable)
          use OutputTarget.OutputTarget(Appendable) 
com.snowtide.pdf.OutputTarget.forWriter(Writer)
          use OutputTarget.OutputTarget(Writer) instead 
com.snowtide.pdf.PDFTextStreamConfig.isMemoryMappingEnabled()
          Memory-mapping of opened PDF files is disabled by default, and will be removed as an option in future PDFTextStream releases. 
com.snowtide.pdf.PDFTextStreamConfig.setMemoryMappingEnabled(boolean)
          Memory-mapping of opened PDF files is disabled by default, and will be removed as an option in future PDFTextStream releases.