Uses of Class org.pdfbox.cos.COSStream

Uses in package org.pdfbox.pdmodel.graphics.color

Methods with parameter type org.pdfbox.cos.COSStream

void
This will set the metadata stream that is associated with this color space.

Methods with return type org.pdfbox.cos.COSStream

COSStream
This will get the metadata stream for this object.

Uses in package org.pdfbox.pdfparser

Constructors with parameter type org.pdfbox.cos.COSStream

Constructor.
Constructor.

Methods with return type org.pdfbox.cos.COSStream

COSStream
This will read a COSStream from the input stream.

Uses in package org.pdfbox.pdmodel.common.filespecification

Constructors with parameter type org.pdfbox.cos.COSStream

Constructor.

Uses in package org.pdfbox.pdmodel.interactive.annotation

Constructors with parameter type org.pdfbox.cos.COSStream

Constructor.

Methods with return type org.pdfbox.cos.COSStream

COSStream
This will return the underlying stream.

Uses in package org.pdfbox.pdmodel.fdf

Methods with parameter type org.pdfbox.cos.COSStream

void
This will set the differences stream.

Methods with return type org.pdfbox.cos.COSStream

COSStream
This will get the incremental updates since the PDF was last opened.

Uses in package org.pdfbox.pdmodel.common.function

Methods with return type org.pdfbox.cos.COSStream

COSStream
This will get the underlying array value.

Uses in package org.pdfbox.pdmodel.graphics.xobject

Constructors with parameter type org.pdfbox.cos.COSStream

Standard constuctor.
Standard constuctor.

Methods with return type org.pdfbox.cos.COSStream

COSStream
Returns the stream.

Uses in package org.pdfbox.pdmodel.encryption

Methods with parameter type org.pdfbox.cos.COSStream

void
SecurityHandler.decryptStream(COSStream stream, long objNum, long genNum)
This will decrypt a stream.

Uses in package org.pdfbox.pdmodel.common

Classes derived from org.pdfbox.cos.COSStream

class
This will take an array of streams and sequence them together.

Constructors with parameter type org.pdfbox.cos.COSStream

Constructor.
Constructor.
Constructor.
Constructor.

Methods with parameter type org.pdfbox.cos.COSStream

void
Appends a new stream to the array that represents this object's stream.

Methods with return type org.pdfbox.cos.COSStream

COSStream
Get the cos stream associated with this object.
COSStream
Get the cos stream associated with this object.

Uses in package org.pdfbox.pdmodel.font

Methods with parameter type org.pdfbox.cos.COSStream

Image
This will parse a type3 stream and create an image from it.

Uses in package org.pdfbox.pdfwriter

Methods with parameter type org.pdfbox.cos.COSStream

Object
visitFromStream method comment.

Uses in package org.pdfbox.util

Methods with parameter type org.pdfbox.cos.COSStream

void
This will process the contents of a page.
void
PDFStreamEngine.processStream(PDPage aPage, PDResources resources, COSStream cosStream)
This will process the contents of the stream.
void
Process a sub stream of the current stream.

Uses in package org.pdfbox.cos

Methods with parameter type org.pdfbox.cos.COSStream

void
This will replace this object with the data from the new object.
Object
Notification of visit to stream object.