Package com.reportmill.pdf
Class PDFStream
java.lang.Object
com.reportmill.base.RMObject
com.reportmill.pdf.PDFStream
- All Implemented Interfaces:
- RMArchiver.Archiving,- Cloneable
This class represents a PDF stream object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclone()Standard clone implementation.static byte[]getBytesEncoded(PDFFile pdfFile, byte[] bytes, int offset, int length) Returns Flate encoded bytes from the given raw bytes.getData()Returns the stream data.Returns the stream dictionary.voidWrites a stream to a pdf buffer.Methods inherited from class com.reportmill.base.RMObjectcopy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
- 
Constructor Details- 
PDFStreamCreates a new stream from the byte array and map.
- 
PDFStreamCreates a new stream from the data and map.
 
- 
- 
Method Details