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

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

Introduction

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

The text is from its open source code.

Implementation

com.lowagie.text.pdf.PdfStream has the following implementations.
Click this link to see all its implementation.

Field

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

Constructor

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

Method

PdfObjectget(PdfName key)
Returns the PdfObject associated to the specified key.
PdfNamegetAsName(PdfName key)
Returns a PdfObject as a PdfName, resolving indirect references.