Java org.apache.pdfbox.pdmodel.common PDStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.common PDStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.common PDStream.

The text is from its open source code.

Constructor

Method

COSInputStreamcreateInputStream()
This will get a stream that can be read from.
COSInputStreamcreateInputStream(DecodeOptions options)
InputStreamcreateInputStream(List stopFilters)
This will get a stream with some filters applied but not others.
OutputStreamcreateOutputStream()
This will get a stream that can be written to.
COSStreamgetCOSObject()
Get the cos stream associated with this object.
ListgetFilters()
This will get the list of filters that are associated with this stream.
PDMetadatagetMetadata()
Get the metadata that is part of the document catalog.
voidsetFilters(List filters)
This will set the filters that are part of this stream.