Package | Description |
---|---|
edu.harvard.hul.ois.jhove.module.pdf |
Contains supporting classes for the PDF-HUL module.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayEnd
Class for Tokens which represent the "]" that closes an array.
|
class |
ArrayStart
Class for Tokens which represent the "[" that opens an array.
|
class |
Comment
Class for Tokens which represent PDF comments.
|
class |
DictionaryEnd
Class for Tokens which represent the ">>" sequence that ends a Dictionary.
|
class |
DictionaryStart
Class for Tokens which represent the "<<" sequence that opens a Dictionary.
|
class |
Hexadecimal
Deprecated.
|
class |
Keyword
Class for Tokens which represent PDF keywords.
|
class |
Literal
Class for Tokens which represent PDF strings.
|
class |
Name
Class for Tokens which represent PDF names.
|
class |
Numeric
Class for Tokens which represent PDF numbers.
|
class |
Stream
Class to encapsulate a stream token.
|
class |
StringValuedToken
Abstract class for all PDF tokens which consist of a character sequence.
|
Modifier and Type | Method and Description |
---|---|
Token |
Tokenizer.getNext()
Parses out and returns a token from the input file.
|
Token |
Parser.getNext()
Gets a token.
|
Token |
Parser.getNext(Class<?> clas,
String errMsg)
A class-sensitive version of getNext.
|
Token |
Tokenizer.getNext(long max)
Parses out and returns a token from the input file.
|
Token |
Parser.getNext(long max)
Gets a token.
|
Token |
PdfSimpleObject.getToken()
Returns the token represented by this object.
|
Token |
PdfException.getToken()
Return the token associated with the exception.
|
Token |
PdfDictionaryEnd.getToken() |
Token |
PdfArrayEnd.getToken() |
Constructor and Description |
---|
PdfArrayEnd(Token tok) |
PdfDictionaryEnd(Token tok) |
PdfException(String m,
long offset,
Token token)
Create a PdfException with specified offset and token.
|
PdfInvalidException(String m,
long offset,
Token token)
Creates a PdfInvalidException with specified offset and token.
|
PdfMalformedException(String m,
long offset,
Token token)
Creates a PdfMalformedException with specified offset and token.
|
PdfSimpleObject(Token token)
Creates a PdfSimpleObject.
|
PdfSimpleObject(Token token,
int objNumber,
int genNumber)
Creates a PdfSimpleObject.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.