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
-
length
public long length()Description copied from class:PDFOutput
Returns the current length of the output. -
append
Description copied from class:PDFOutput
Adds a character to the pdf buffer. -
append
Description copied from class:PDFOutput
Appends an arbitrary byte array with the given offset and length. -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-