Java com.itextpdf.text.pdf PRStream fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf PRStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf PRStream.

The text is from its open source code.

Method

voidclear()
Removes all the PdfObjects and its keys from the PdfDictionary.
booleancontains(final PdfName key)
Returns true if this PdfDictionary contains a mapping for the specified key.
PdfObjectget(final PdfName key)
Returns the PdfObject associated to the specified key.
PdfNamegetAsName(final PdfName key)
Returns a PdfObject as a PdfName, resolving indirect references.
voidput(final PdfName key, final PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.
voidputAll(final PdfDictionary dic)
Copies all of the mappings from the specified PdfDictionary to this PdfDictionary.
voidsetData(byte[] data)
Sets the data associated with the stream
voidsetData(byte[] data, boolean compress, int compressionLevel)
Sets the data associated with the stream, either compressed or uncompressed.
voidsetDataRaw(byte[] data)
Sets the data associated with the stream, as-is.