|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.tokens.XRefEntry
public class XRefEntry
Cross-reference table entry [PDF:1.6:3.4.3].
| 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 |
|---|
public static final int GenerationUnreusable
| Constructor Detail |
|---|
public XRefEntry(int number,
int generation,
int offset,
XRefEntry.UsageEnum usage)
| Method Detail |
|---|
public int getGeneration()
public int getNumber()
public int getOffset()
public XRefEntry.UsageEnum getUsage()
public void setUsage(XRefEntry.UsageEnum value)
getUsage()
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||