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

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

Introduction

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

The text is from its open source code.

Field

intNO_COMPRESSION
A possible compression level.
intBEST_COMPRESSION
A possible compression level.

Constructor

PdfStream(byte[] bytes)
Constructs a PdfStream-object.

Method

voidflateCompress()
Compresses the stream.
PdfObjectget(final PdfName key)
Returns the PdfObject associated to the specified key.
PdfDictionarygetAsDict(final PdfName key)
Returns a PdfObject as a PdfDictionary, resolving indirect references.
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.