public class CompressedObjectReference
extends java.lang.Object
Constructor and Description |
---|
CompressedObjectReference(int objectNumber,
int objectStreamNumber,
int index)
Creates a new reference.
|
Modifier and Type | Method and Description |
---|---|
int |
getObjectNumber() |
int |
getObjectStreamNumber() |
void |
output(java.io.DataOutputStream out)
Outputs this reference to the given stream, in the cross-reference stream format.
|
public CompressedObjectReference(int objectNumber, int objectStreamNumber, int index)
objectNumber
- the number of the compressed object being referencedobjectStreamNumber
- the number of the object stream in which the compressed
object is to be foundindex
- the index of the compressed object in the object streampublic void output(java.io.DataOutputStream out) throws java.io.IOException
out
- the stream to which to output the referencejava.io.IOException
public int getObjectNumber()
public int getObjectStreamNumber()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.