at.knowcenter.wag.exactparser.parsing
Class IndirectObjectReference
java.lang.Object
at.knowcenter.wag.exactparser.parsing.IndirectObjectReference
public class IndirectObjectReference
- extends Object
The IndirectObjectReference class completely holds a so called object
identifier of an indirect object.
An indirect object is an object not contained within another object. In
accordance, a direct object is structurally part of another object. For
example, a direct String object that is the value of some key in a dictionary
object.
An object identifier uniquely identifies a specific indirect object by the
object number and the generation number. In PDF such an object identifier may
be used to reference to the object.
- Author:
- wprinz
object_number
public int object_number
generation_number
public int generation_number
IndirectObjectReference
public IndirectObjectReference()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.