Class PDFOutputStream
- java.lang.Object
- 
- com.inductiveautomation.rm.pdf.writer.PDFOutput
- 
- com.inductiveautomation.rm.pdf.writer.PDFOutputStream
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable
 
 public class PDFOutputStream extends PDFOutput implements java.lang.AutoCloseable Writes a report's PDF output to the supplied output stream directly.
- 
- 
Constructor SummaryConstructors Constructor Description PDFOutputStream(java.io.OutputStream writeTo)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFOutputappend(byte[] theBytes, int anOffset, int aLength)Appends an arbitrary byte array with the given offset and length.PDFOutputappend(char aChar)Adds a character to the pdf buffer.voidclose()longlength()Returns the current length of the output.
 
- 
- 
- 
Method Detail- 
lengthpublic long length() Description copied from class:PDFOutputReturns the current length of the output.
 - 
appendpublic PDFOutput append(char aChar) Description copied from class:PDFOutputAdds a character to the pdf buffer.
 - 
appendpublic PDFOutput append(byte[] theBytes, int anOffset, int aLength) Description copied from class:PDFOutputAppends an arbitrary byte array with the given offset and length.
 - 
closepublic void close() throws java.lang.Exception- Specified by:
- closein interface- java.lang.AutoCloseable
- Throws:
- java.lang.Exception
 
 
- 
 
-