Uses of Class
org.apache.pdfbox.cos.COSStream
-
Packages that use COSStream Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. -
-
Uses of COSStream in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return COSStream Modifier and Type Method Description COSStreamCOSDocument. createCOSStream()Create a new COSStream using the underlying scratch file.COSStreamCOSDocument. createCOSStream(COSDictionary dictionary)Create a new COSStream using the underlying scratch file.Methods in org.apache.pdfbox.cos with parameters of type COSStream Modifier and Type Method Description voidCOSStream. replaceWithStream(COSStream stream)Deprecated.will be removedjava.lang.ObjectICOSVisitor. visitFromStream(COSStream obj)Notification of visit to stream object. -
Uses of COSStream in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return COSStream Modifier and Type Method Description COSStreamPDFXRefStream. getStream()Returns the stream of the XRef.protected COSStreamBaseParser. parseCOSStream(COSDictionary dic, RandomAccess file)This will read a COSStream from the input stream.protected COSStreamNonSequentialPDFParser. parseCOSStream(COSDictionary dic, RandomAccess file)This will read a COSStream from the input stream using length attribute within dictionary.Methods in org.apache.pdfbox.pdfparser with parameters of type COSStream Modifier and Type Method Description voidPDFParser. parseXrefStream(COSStream stream, long objByteOffset)Fills XRefTrailerResolver with data of given stream.voidPDFParser. parseXrefStream(COSStream stream, long objByteOffset, boolean isStandalone)Fills XRefTrailerResolver with data of given stream.Constructors in org.apache.pdfbox.pdfparser with parameters of type COSStream Constructor Description PDFObjectStreamParser(COSStream strm, COSDocument doc)Constructor.PDFObjectStreamParser(COSStream strm, COSDocument doc, boolean forceParsing)Constructor.PDFStreamParser(COSStream stream)Constructor.PDFStreamParser(COSStream stream, boolean forceParsing)Constructor.PDFXrefStreamParser(COSStream strm, COSDocument doc, boolean forceParsing, XrefTrailerResolver resolver)Constructor. -
Uses of COSStream in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSStream Modifier and Type Method Description java.lang.ObjectCOSWriter. visitFromStream(COSStream obj)visitFromStream method comment. -
Uses of COSStream in org.apache.pdfbox.pdmodel.common
Subclasses of COSStream in org.apache.pdfbox.pdmodel.common Modifier and Type Class Description classCOSStreamArrayThis will take an array of streams and sequence them together.Methods in org.apache.pdfbox.pdmodel.common that return COSStream Modifier and Type Method Description COSStreamPDMemoryStream. getStream()Get the cos stream associated with this object.COSStreamPDStream. getStream()Get the cos stream associated with this object.Methods in org.apache.pdfbox.pdmodel.common with parameters of type COSStream Modifier and Type Method Description voidCOSStreamArray. appendStream(COSStream streamToAppend)Appends a new stream to the array that represents this object's stream.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSStream Constructor Description PDMetadata(COSStream str)Constructor.PDObjectStream(COSStream str)Constructor.PDStream(COSStream str)Creates a PDStream which wraps the given COSStream.PDTextStream(COSStream str)Constructor. -
Uses of COSStream in org.apache.pdfbox.pdmodel.common.filespecification
Constructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSStream Constructor Description PDEmbeddedFile(COSStream str)Constructor. -
Uses of COSStream in org.apache.pdfbox.pdmodel.encryption
Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSStream Modifier and Type Method Description voidSecurityHandler. decryptStream(COSStream stream, long objNum, long genNum)This will decrypt a stream.voidSecurityHandler. encryptStream(COSStream stream, long objNum, long genNum)This will encrypt a stream, but not the dictionary as the dictionary is encrypted by visitFromString() in COSWriter and we don't want to encrypt it twice. -
Uses of COSStream in org.apache.pdfbox.pdmodel.fdf
Methods in org.apache.pdfbox.pdmodel.fdf that return COSStream Modifier and Type Method Description COSStreamFDFDictionary. getDifferences()This will get the incremental updates since the PDF was last opened.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSStream Modifier and Type Method Description voidFDFDictionary. setDifferences(COSStream diff)This will set the differences stream. -
Uses of COSStream in org.apache.pdfbox.pdmodel.font
Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSStream Modifier and Type Method Description java.awt.ImageType3StreamParser. createImage(COSStream type3Stream)This will parse a type3 stream and create an image from it. -
Uses of COSStream in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return COSStream Modifier and Type Method Description COSStreamPDOutputIntent. getDestOutputIntent()COSStreamPDICCBased. getMetadata()This will get the metadata stream for this object.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSStream Modifier and Type Method Description voidPDICCBased. setMetadata(COSStream metadata)This will set the metadata stream that is associated with this color space. -
Uses of COSStream in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return COSStream Modifier and Type Method Description COSStreamPDXObject. getCOSStream()Returns the stream.Constructors in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type COSStream Constructor Description PDXObject(COSStream xobj)Standard constructor.PDXObjectForm(COSStream formStream)Standard constuctor. -
Uses of COSStream in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSStream Modifier and Type Method Description COSStreamPDAppearanceStream. getStream()This will return the underlying stream.Constructors in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSStream Constructor Description PDAppearanceStream(COSStream s)Constructor. -
Uses of COSStream in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util with parameters of type COSStream Modifier and Type Method Description protected voidPDFTextStripper. processPage(PDPage page, COSStream content)This will process the contents of a page.voidPDFStreamEngine. processStream(PDPage aPage, PDResources resources, COSStream cosStream)This will process the contents of the stream.voidPDFStreamEngine. processSubStream(PDPage aPage, PDResources resources, COSStream cosStream)Process a sub stream of the current stream.
-