org.hccp.pdf
Class HexString

java.lang.Object
  |
  +--org.hccp.pdf.HexString
All Implemented Interfaces:
DocumentObject

public class HexString
extends java.lang.Object
implements DocumentObject


Constructor Summary
HexString(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexString

public HexString(java.lang.String value)
          throws InvalidHexadecimalValueException
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface DocumentObject