|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.flagstone.transform.FSTransformObject
com.flagstone.transform.FSMovieObject
com.flagstone.transform.FSPointer
public class FSPointer
FSPointer defines an unsigned 32-bit pointer.
It is thought that this class was used by Macromedia's Generator product and its exact function is not known. It is included in the framework for completeness.
Attributes | |
---|---|
type | Identifies the data structure when it is encoded. Read-only. |
pointer | The pointer value. |
The FSPointer class represents the DefineBitsPtr tag from the Macromedia Flash (SWF) File Format Specification. It is not documented in later editions of the specification. It is not known when this tag was added.
Field Summary |
---|
Constructor Summary | |
---|---|
FSPointer(FSCoder coder)
Construct an FSPointer object, initialising it with values decoded from an encoded object. |
|
FSPointer(FSPointer obj)
Constructs an FSPointer object by copying values from an existing object. |
|
FSPointer(int aPointer)
Constructs an FSPointer object, specifying the pointer. |
Method Summary | |
---|---|
void |
appendDescription(java.lang.StringBuffer buffer,
int depth)
AppendDescription is used to present a string description of the object including all nested objects up to a specified depth. |
void |
decode(FSCoder coder)
|
void |
encode(FSCoder coder)
|
boolean |
equals(java.lang.Object anObject)
Returns true if anObject is equal to this one. |
int |
getPointer()
Gets the value for the pointer. |
int |
length(FSCoder coder)
|
void |
setPointer(int aPointer)
Sets the pointer. |
Methods inherited from class com.flagstone.transform.FSMovieObject |
---|
getType |
Methods inherited from class com.flagstone.transform.FSTransformObject |
---|
clone, name, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FSPointer(FSCoder coder)
coder
- an FSCoder containing the binary data.public FSPointer(int aPointer)
aPointer
- the pointer.public FSPointer(FSPointer obj)
obj
- an FSPointer object.Method Detail |
---|
public int getPointer()
public void setPointer(int aPointer)
aPointer
- the pointer.public boolean equals(java.lang.Object anObject)
FSMovieObject
equals
in class FSMovieObject
public void appendDescription(java.lang.StringBuffer buffer, int depth)
FSTransformObject
appendDescription
in class FSMovieObject
buffer
- a StringBuffer to which the description of each object is
appended.depth
- the maximum level of nesting up to which objects will be
displayed.public int length(FSCoder coder)
length
in class FSMovieObject
public void encode(FSCoder coder)
encode
in class FSMovieObject
public void decode(FSCoder coder)
decode
in class FSMovieObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |