|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
---|---|
org.pdfclown.documents | Document-level objects [PDF:1.6:3.6]. |
org.pdfclown.files | File-level objects [PDF:1.6:3.4]. |
org.pdfclown.objects | Primitive PDF object types [PDF:1.6:3.2], along with related extensions [PDF:1.6:3.8]. |
org.pdfclown.tokens | PDF file serialization [PDF:1.6:3]. |
org.pdfclown.tools | Specialized tools for performing common operations on PDF files. |
Uses of File in org.pdfclown.documents |
---|
Constructors in org.pdfclown.documents with parameters of type File | |
---|---|
Document(File context)
For internal use only. |
Uses of File in org.pdfclown.files |
---|
Methods in org.pdfclown.files that return File | |
---|---|
File |
IndirectObjects.getFile()
Gets the file associated to this collection. |
File |
File.Configuration.getFile()
Gets the file associated with this configuration. |
Constructors in org.pdfclown.files with parameters of type File | |
---|---|
FileIdentifier(File context)
Creates a new indirect file identifier. |
Uses of File in org.pdfclown.objects |
---|
Methods in org.pdfclown.objects that return File | |
---|---|
File |
Cloner.getContext()
|
File |
PdfObject.getFile()
Gets the file containing this object. |
File |
PdfObjectWrapper.getFile()
Gets the file context. |
File |
PdfIndirectObject.getFile()
|
Methods in org.pdfclown.objects with parameters of type File | |
---|---|
PdfStream |
PdfStream.clone(File context)
|
PdfArray |
PdfArray.clone(File context)
|
PdfObject |
PdfObject.clone(File context)
Creates a deep copy of this object within the specified file context. |
PdfSimpleObject<TValue> |
PdfSimpleObject.clone(File context)
|
PdfDictionary |
PdfDictionary.clone(File context)
|
Object |
IPdfIndirectObject.clone(File context)
|
PdfIndirectObject |
PdfIndirectObject.clone(File context)
|
PdfReference |
PdfReference.clone(File context)
|
static PdfObject |
PdfObject.clone(PdfObject object,
File context)
Gets the clone of the specified object, registered inside the specified file context. |
void |
Cloner.setContext(File value)
|
void |
PdfString.writeTo(IOutputStream stream,
File context)
|
void |
PdfStream.writeTo(IOutputStream stream,
File context)
|
void |
PdfArray.writeTo(IOutputStream stream,
File context)
|
void |
PdfInteger.writeTo(IOutputStream stream,
File context)
|
abstract void |
PdfObject.writeTo(IOutputStream stream,
File context)
Serializes this object to the specified stream. |
void |
PdfReal.writeTo(IOutputStream stream,
File context)
|
void |
PdfDictionary.writeTo(IOutputStream stream,
File context)
|
void |
PdfName.writeTo(IOutputStream stream,
File context)
|
void |
PdfIndirectObject.writeTo(IOutputStream stream,
File context)
|
void |
PdfBoolean.writeTo(IOutputStream stream,
File context)
|
void |
PdfReference.writeTo(IOutputStream stream,
File context)
|
Constructors in org.pdfclown.objects with parameters of type File | |
---|---|
Cloner(File context)
|
|
PdfIndirectObject(File file,
PdfDataObject dataObject,
XRefEntry xrefEntry)
For internal use only. |
|
PdfObjectWrapper(File context,
TDataObject baseDataObject)
Instantiates a wrapper registering the specified base data object into the specified file context. |
|
PdfReference(FileParser.Reference reference,
File file)
For internal use only. |
Uses of File in org.pdfclown.tokens |
---|
Fields in org.pdfclown.tokens declared as File | |
---|---|
protected File |
Writer.file
|
Methods in org.pdfclown.tokens that return File | |
---|---|
File |
Writer.getFile()
Gets the file to serialize. |
File |
FileParser.getFile()
|
Methods in org.pdfclown.tokens with parameters of type File | |
---|---|
static Writer |
Writer.get(File file,
IOutputStream stream)
Gets a new writer instance for the specified file. |
void |
XRefStream.writeTo(IOutputStream stream,
File context)
|
void |
ObjectStream.writeTo(IOutputStream stream,
File context)
|
Constructors in org.pdfclown.tokens with parameters of type File | |
---|---|
Reader(IInputStream stream,
File file)
For internal use only. |
|
Writer(File file,
IOutputStream stream)
|
|
XRefStream(File file)
|
Uses of File in org.pdfclown.tools |
---|
Methods in org.pdfclown.tools with parameters of type File | |
---|---|
static void |
Optimizer.removeOrphanedObjects(File file)
Removes indirect objects which have no reference in the document structure. |
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |