PDF Clown
0.0.8

it.stefanochizzolini.clown.tokens
Class XRefEntry

java.lang.Object
  extended by it.stefanochizzolini.clown.tokens.XRefEntry

public class XRefEntry
extends Object

Cross-reference table entry [PDF:1.6:3.4.3].

Version:
0.0.7
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
static class XRefEntry.UsageEnum
          Cross-reference table entry usage [PDF:1.6:3.4.3].
 
Field Summary
static int GenerationUnreusable
          Unreusable generation [PDF:1.6:3.4.3].
 
Constructor Summary
XRefEntry(int number, int generation, int offset, XRefEntry.UsageEnum usage)
           
 
Method Summary
 int getGeneration()
          Gets the generation number.
 int getNumber()
          Gets the object number.
 int getOffset()
          Gets the byte offset of the object data within the serialized file.
 XRefEntry.UsageEnum getUsage()
          Gets the usage state.
 void setUsage(XRefEntry.UsageEnum value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GenerationUnreusable

public static final int GenerationUnreusable
Unreusable generation [PDF:1.6:3.4.3].

See Also:
Constant Field Values
Constructor Detail

XRefEntry

public XRefEntry(int number,
                 int generation,
                 int offset,
                 XRefEntry.UsageEnum usage)
Method Detail

getGeneration

public int getGeneration()
Gets the generation number.


getNumber

public int getNumber()
Gets the object number.


getOffset

public int getOffset()
Gets the byte offset of the object data within the serialized file.


getUsage

public XRefEntry.UsageEnum getUsage()
Gets the usage state.


setUsage

public void setUsage(XRefEntry.UsageEnum value)
See Also:
getUsage()

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.