|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.fop.afp.modca.triplets.AbstractTriplet
org.apache.fop.afp.modca.triplets.ExtendedResourceLocalIdentifierTriplet
public class ExtendedResourceLocalIdentifierTriplet
The Extended Resource Local Identifier triplet specifies a resource type and a four byte local identifier or LID. The LID usually is associated with a specific resource name by a map structured field, such as a Map Data Resource structured field, or a Map Media Type structured field.
| Field Summary | |
|---|---|
static byte |
TYPE_IMAGE_RESOURCE
the image resource type |
static byte |
TYPE_MEDIA_RESOURCE
the retired value type |
static byte |
TYPE_RETIRED_VALUE
the retired value type |
| Constructor Summary | |
|---|---|
ExtendedResourceLocalIdentifierTriplet(byte type,
int localId)
Main constructor |
|
| Method Summary | |
|---|---|
int |
getDataLength()
Returns the data length of this structured field |
void |
writeToStream(java.io.OutputStream os)
DataStream objects must implement the writeToStream() method to write its data to the given OutputStream |
| Methods inherited from class org.apache.fop.afp.modca.triplets.AbstractTriplet |
|---|
getData, getId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final byte TYPE_IMAGE_RESOURCE
public static final byte TYPE_RETIRED_VALUE
public static final byte TYPE_MEDIA_RESOURCE
| Constructor Detail |
|---|
public ExtendedResourceLocalIdentifierTriplet(byte type,
int localId)
type - the resource typelocalId - the resource local id| Method Detail |
|---|
public void writeToStream(java.io.OutputStream os)
throws java.io.IOException
os - the outputsteam stream
java.io.IOException - an I/O exception of some sort has occurred.public int getDataLength()
|
fop svn-trunk | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||