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

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

Introduction

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

The text is from its open source code.

Method

PdfObjectget(PdfName key)
Returns the PdfObject associated to the specified key.
voidput(PdfName key, PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.
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.
voidsetData(byte[] data, boolean compress)
Sets the data associated with the stream, either compressed or uncompressed.