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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clone()
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.void
Writes a stream to a pdf buffer.Methods inherited from class com.reportmill.base.RMObject
copy, didChange, didUndo, getAnimAttribute, getClassNameShort, initWithArchiver, undoClone, undoCopy, undoEquals
-
Constructor Details
-
PDFStream
Creates a new stream from the byte array and map. -
PDFStream
Creates a new stream from the data and map.
-
-
Method Details