edu.harvard.hul.ois.jhove.module.pdf
Class Hexadecimal

java.lang.Object
  extended by edu.harvard.hul.ois.jhove.module.pdf.Token
      extended by edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
          extended by edu.harvard.hul.ois.jhove.module.pdf.Literal
              extended by edu.harvard.hul.ois.jhove.module.pdf.Hexadecimal

Deprecated.

public class Hexadecimal
extends Literal

Class for Tokens which represent hexadecimally encoded PDF strings. This class really has no justification as a separate entity. Except for the way they're written, hexadecimal strings aren't different in any way from other strings.


Field Summary
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.Literal
PDFDOCENCODING
 
Fields inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
_rawBytes, _value
 
Constructor Summary
Hexadecimal()
          Deprecated. Creates an instance of a hexadecimal string literal
 
Method Summary
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.Literal
appendHex, convertHex, isDate, isPDFACompliant, isPDFDocEncoding, parseDate, processLiteral, setPDFDocEncoding
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.StringValuedToken
getRawBytes, getValue, setValue
 
Methods inherited from class edu.harvard.hul.ois.jhove.module.pdf.Token
isPdfACompliant, isSimpleToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hexadecimal

public Hexadecimal()
Deprecated. 
Creates an instance of a hexadecimal string literal