Class PDFOutputStream
java.lang.Object
com.inductiveautomation.rm.pdf.writer.PDFOutput
com.inductiveautomation.rm.pdf.writer.PDFOutputStream
- All Implemented Interfaces:
- AutoCloseable
Writes a report's PDF output to the supplied output stream directly.
- 
Constructor Details- 
PDFOutputStream
 
- 
- 
Method Details- 
lengthpublic long length()Description copied from class:PDFOutputReturns the current length of the output.
- 
appendDescription copied from class:PDFOutputAdds a character to the pdf buffer.
- 
appendDescription copied from class:PDFOutputAppends an arbitrary byte array with the given offset and length.
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- Exception
 
 
-