|
|||||||||
| Home >> All >> com >> anotherbigidea >> flash >> [ writers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.anotherbigidea.flash.writers
Class ActionWriter

java.lang.Objectcom.anotherbigidea.flash.writers.ActionWriter
- All Implemented Interfaces:
- com.anotherbigidea.flash.SWFActionCodes, com.anotherbigidea.flash.interfaces.SWFActions
- Direct Known Subclasses:
- TagWriter.ButtonActionWriter
- public class ActionWriter
- extends java.lang.Object
- implements com.anotherbigidea.flash.interfaces.SWFActions, com.anotherbigidea.flash.SWFActionCodes
- extends java.lang.Object
A writer that implements the SWFActions interface and writes action bytes to an OutStream
| Field Summary | |
protected java.util.Vector |
blocks
|
protected java.util.Stack |
blockStack
|
protected java.io.ByteArrayOutputStream |
bout
|
protected int |
count
|
protected int |
flashVersion
|
protected java.util.Vector |
jumps
|
protected java.util.Hashtable |
labels
|
protected java.lang.String |
mStringEncoding
|
protected com.anotherbigidea.io.OutStream |
out
|
protected java.util.Vector |
pushValues
|
protected java.util.Vector |
skips
|
protected TagWriter |
tagWriter
|
| Fields inherited from interface com.anotherbigidea.flash.interfaces.SWFActions |
GET_URL_MODE_LOAD_MOVIE_INTO_LEVEL, GET_URL_MODE_LOAD_MOVIE_INTO_SPRITE, GET_URL_MODE_LOAD_VARS_INTO_LEVEL, GET_URL_MODE_LOAD_VARS_INTO_SPRITE, GET_URL_SEND_VARS_GET, GET_URL_SEND_VARS_NONE, GET_URL_SEND_VARS_POST |
| Constructor Summary | |
ActionWriter(TagWriter tagWriter,
int flashVersion)
|
|
| Method Summary | |
void |
add()
SWFActions interface |
void |
and()
SWFActions interface |
void |
asciiToChar()
SWFActions interface |
void |
asciiToCharMB()
SWFActions interface |
void |
bitAnd()
SWFActions interface |
void |
bitOr()
SWFActions interface |
void |
bitXor()
SWFActions interface |
void |
blob(byte[] blob)
Pass through a blob of actions |
void |
call()
SWFActions interface |
void |
callFunction()
SWFActions interface |
void |
callMethod()
SWFActions interface |
void |
charMBToAscii()
SWFActions interface |
void |
charToAscii()
SWFActions interface |
void |
cloneSprite()
SWFActions interface |
void |
comment(java.lang.String comment)
SWFActions interface |
void |
concat()
SWFActions interface |
void |
convertToNumber()
SWFActions interface |
void |
convertToString()
SWFActions interface |
void |
decrement()
SWFActions interface |
void |
defineLocal()
SWFActions interface |
void |
defineLocalValue()
SWFActions interface |
void |
deleteProperty()
SWFActions interface |
void |
deleteThreadVars()
SWFActions interface |
void |
divide()
SWFActions interface |
void |
done()
SWFActions interface |
void |
duplicate()
SWFActions interface |
void |
end()
SWFActions interface |
void |
endBlock()
SWFActions interface |
void |
endDrag()
SWFActions interface |
void |
enumerate()
SWFActions interface |
void |
enumerateObject()
|
void |
equals()
SWFActions interface |
protected void |
fixupBlocks(byte[] bytes)
|
protected void |
fixupJumps(byte[] bytes)
|
protected void |
fixupSkips(byte[] bytes)
|
protected void |
flushPushValues()
|
void |
getMember()
SWFActions interface |
void |
getProperty()
SWFActions interface |
void |
getTargetPath()
SWFActions interface |
void |
getTime()
SWFActions interface |
void |
getURL(int sendVars,
int loadMode)
SWFActions interface |
void |
getURL(java.lang.String url,
java.lang.String target)
SWFActions interface |
void |
getVariable()
SWFActions interface |
void |
gotoFrame(boolean play)
SWFActions interface |
void |
gotoFrame(int frameNumber)
SWFActions interface |
void |
gotoFrame(java.lang.String label)
SWFActions interface |
void |
greaterThan()
|
void |
ifJump(java.lang.String jumpLabel)
SWFActions interface |
void |
increment()
SWFActions interface |
void |
initArray()
SWFActions interface |
void |
initObject()
SWFActions interface |
void |
instanceOf()
|
void |
jump(java.lang.String jumpLabel)
SWFActions interface |
void |
jumpLabel(java.lang.String label)
SWFActions interface |
void |
lessThan()
SWFActions interface |
void |
lookup(int dictionaryIndex)
SWFActions interface |
void |
lookupTable(java.lang.String[] values)
SWFActions interface |
void |
modulo()
SWFActions interface |
void |
multiply()
SWFActions interface |
void |
newMethod()
SWFActions interface |
void |
newObject()
SWFActions interface |
void |
nextFrame()
SWFActions interface |
void |
not()
SWFActions interface |
void |
or()
SWFActions interface |
void |
play()
SWFActions interface |
void |
pop()
SWFActions interface |
void |
prevFrame()
SWFActions interface |
void |
push(boolean value)
SWFActions interface |
void |
push(double value)
SWFActions interface |
void |
push(float value)
SWFActions interface |
void |
push(int value)
SWFActions interface |
void |
push(java.lang.String value)
SWFActions interface |
void |
pushNull()
SWFActions interface |
void |
pushRegister(int registerNumber)
SWFActions interface |
void |
randomNumber()
SWFActions interface |
void |
removeSprite()
SWFActions interface |
void |
returnValue()
SWFActions interface |
void |
setMember()
SWFActions interface |
void |
setProperty()
SWFActions interface |
void |
setTarget()
SWFActions interface |
void |
setTarget(java.lang.String target)
SWFActions interface |
void |
setVariable()
SWFActions interface |
void |
shiftLeft()
SWFActions interface |
void |
shiftRight()
SWFActions interface |
void |
shiftRightUnsigned()
SWFActions interface |
void |
start(int conditions)
SWFActions interface |
void |
startDrag()
SWFActions interface |
void |
startFunction(java.lang.String name,
java.lang.String[] paramNames)
SWFActions interface |
void |
startWith()
SWFActions interface |
void |
stop()
SWFActions interface |
void |
stopSounds()
SWFActions interface |
void |
storeInRegister(int registerNumber)
SWFActions interface |
void |
strictEquals()
|
void |
stringEquals()
SWFActions interface |
void |
stringGreaterThan()
|
void |
stringLength()
SWFActions interface |
void |
stringLengthMB()
SWFActions interface |
void |
stringLessThan()
SWFActions interface |
void |
substract()
SWFActions interface |
void |
substring()
SWFActions interface |
void |
substringMB()
SWFActions interface |
void |
swap()
SWFActions interface |
void |
toggleQuality()
SWFActions interface |
void |
toInteger()
SWFActions interface |
void |
trace()
SWFActions interface |
void |
typedAdd()
SWFActions interface |
void |
typedEquals()
SWFActions interface |
void |
typedLessThan()
SWFActions interface |
void |
typeOf()
SWFActions interface |
void |
unknown(int code,
byte[] data)
SWFActions interface |
void |
waitForFrame(int frameNumber,
java.lang.String jumpLabel)
SWFActions interface |
void |
waitForFrame(java.lang.String jumpLabel)
SWFActions interface |
protected void |
writeBytes(byte[] bytes)
|
protected int |
writeCode(int code)
|
protected void |
writeJump(java.lang.String label,
int code)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
tagWriter
protected TagWriter tagWriter
out
protected com.anotherbigidea.io.OutStream out
bout
protected java.io.ByteArrayOutputStream bout
count
protected int count
flashVersion
protected int flashVersion
mStringEncoding
protected java.lang.String mStringEncoding
pushValues
protected java.util.Vector pushValues
labels
protected java.util.Hashtable labels
jumps
protected java.util.Vector jumps
skips
protected java.util.Vector skips
blocks
protected java.util.Vector blocks
blockStack
protected java.util.Stack blockStack
| Constructor Detail |
ActionWriter
public ActionWriter(TagWriter tagWriter, int flashVersion)
| Method Detail |
writeCode
protected int writeCode(int code)
throws java.io.IOException
start
public void start(int conditions)
throws java.io.IOException
- SWFActions interface
- Specified by:
startin interfacecom.anotherbigidea.flash.interfaces.SWFActions
end
public void end()
throws java.io.IOException
- SWFActions interface
- Specified by:
endin interfacecom.anotherbigidea.flash.interfaces.SWFActions
blob
public void blob(byte[] blob)
throws java.io.IOException
- Pass through a blob of actions
- Specified by:
blobin interfacecom.anotherbigidea.flash.interfaces.SWFActions
writeBytes
protected void writeBytes(byte[] bytes)
throws java.io.IOException
done
public void done()
throws java.io.IOException
- SWFActions interface
- Specified by:
donein interfacecom.anotherbigidea.flash.interfaces.SWFActions
fixupBlocks
protected void fixupBlocks(byte[] bytes)
fixupJumps
protected void fixupJumps(byte[] bytes)
fixupSkips
protected void fixupSkips(byte[] bytes)
comment
public void comment(java.lang.String comment) throws java.io.IOException
- SWFActions interface
- Specified by:
commentin interfacecom.anotherbigidea.flash.interfaces.SWFActions
unknown
public void unknown(int code,
byte[] data)
throws java.io.IOException
- SWFActions interface
- Specified by:
unknownin interfacecom.anotherbigidea.flash.interfaces.SWFActions
initArray
public void initArray()
throws java.io.IOException
- SWFActions interface
- Specified by:
initArrayin interfacecom.anotherbigidea.flash.interfaces.SWFActions
jumpLabel
public void jumpLabel(java.lang.String label) throws java.io.IOException
- SWFActions interface
- Specified by:
jumpLabelin interfacecom.anotherbigidea.flash.interfaces.SWFActions
gotoFrame
public void gotoFrame(int frameNumber)
throws java.io.IOException
- SWFActions interface
- Specified by:
gotoFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
gotoFrame
public void gotoFrame(java.lang.String label) throws java.io.IOException
- SWFActions interface
- Specified by:
gotoFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
getURL
public void getURL(java.lang.String url, java.lang.String target) throws java.io.IOException
- SWFActions interface
- Specified by:
getURLin interfacecom.anotherbigidea.flash.interfaces.SWFActions
nextFrame
public void nextFrame()
throws java.io.IOException
- SWFActions interface
- Specified by:
nextFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
prevFrame
public void prevFrame()
throws java.io.IOException
- SWFActions interface
- Specified by:
prevFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
play
public void play()
throws java.io.IOException
- SWFActions interface
- Specified by:
playin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stop
public void stop()
throws java.io.IOException
- SWFActions interface
- Specified by:
stopin interfacecom.anotherbigidea.flash.interfaces.SWFActions
toggleQuality
public void toggleQuality()
throws java.io.IOException
- SWFActions interface
- Specified by:
toggleQualityin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stopSounds
public void stopSounds()
throws java.io.IOException
- SWFActions interface
- Specified by:
stopSoundsin interfacecom.anotherbigidea.flash.interfaces.SWFActions
setTarget
public void setTarget(java.lang.String target) throws java.io.IOException
- SWFActions interface
- Specified by:
setTargetin interfacecom.anotherbigidea.flash.interfaces.SWFActions
writeJump
protected void writeJump(java.lang.String label, int code) throws java.io.IOException
jump
public void jump(java.lang.String jumpLabel) throws java.io.IOException
- SWFActions interface
- Specified by:
jumpin interfacecom.anotherbigidea.flash.interfaces.SWFActions
ifJump
public void ifJump(java.lang.String jumpLabel) throws java.io.IOException
- SWFActions interface
- Specified by:
ifJumpin interfacecom.anotherbigidea.flash.interfaces.SWFActions
waitForFrame
public void waitForFrame(int frameNumber,
java.lang.String jumpLabel)
throws java.io.IOException
- SWFActions interface
- Specified by:
waitForFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
waitForFrame
public void waitForFrame(java.lang.String jumpLabel) throws java.io.IOException
- SWFActions interface
- Specified by:
waitForFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
pop
public void pop()
throws java.io.IOException
- SWFActions interface
- Specified by:
popin interfacecom.anotherbigidea.flash.interfaces.SWFActions
add
public void add()
throws java.io.IOException
- SWFActions interface
- Specified by:
addin interfacecom.anotherbigidea.flash.interfaces.SWFActions
substract
public void substract()
throws java.io.IOException
- SWFActions interface
- Specified by:
substractin interfacecom.anotherbigidea.flash.interfaces.SWFActions
multiply
public void multiply()
throws java.io.IOException
- SWFActions interface
- Specified by:
multiplyin interfacecom.anotherbigidea.flash.interfaces.SWFActions
divide
public void divide()
throws java.io.IOException
- SWFActions interface
- Specified by:
dividein interfacecom.anotherbigidea.flash.interfaces.SWFActions
equals
public void equals()
throws java.io.IOException
- SWFActions interface
- Specified by:
equalsin interfacecom.anotherbigidea.flash.interfaces.SWFActions
lessThan
public void lessThan()
throws java.io.IOException
- SWFActions interface
- Specified by:
lessThanin interfacecom.anotherbigidea.flash.interfaces.SWFActions
and
public void and()
throws java.io.IOException
- SWFActions interface
- Specified by:
andin interfacecom.anotherbigidea.flash.interfaces.SWFActions
or
public void or()
throws java.io.IOException
- SWFActions interface
- Specified by:
orin interfacecom.anotherbigidea.flash.interfaces.SWFActions
not
public void not()
throws java.io.IOException
- SWFActions interface
- Specified by:
notin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stringEquals
public void stringEquals()
throws java.io.IOException
- SWFActions interface
- Specified by:
stringEqualsin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stringLength
public void stringLength()
throws java.io.IOException
- SWFActions interface
- Specified by:
stringLengthin interfacecom.anotherbigidea.flash.interfaces.SWFActions
concat
public void concat()
throws java.io.IOException
- SWFActions interface
- Specified by:
concatin interfacecom.anotherbigidea.flash.interfaces.SWFActions
substring
public void substring()
throws java.io.IOException
- SWFActions interface
- Specified by:
substringin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stringLessThan
public void stringLessThan()
throws java.io.IOException
- SWFActions interface
- Specified by:
stringLessThanin interfacecom.anotherbigidea.flash.interfaces.SWFActions
stringLengthMB
public void stringLengthMB()
throws java.io.IOException
- SWFActions interface
- Specified by:
stringLengthMBin interfacecom.anotherbigidea.flash.interfaces.SWFActions
substringMB
public void substringMB()
throws java.io.IOException
- SWFActions interface
- Specified by:
substringMBin interfacecom.anotherbigidea.flash.interfaces.SWFActions
toInteger
public void toInteger()
throws java.io.IOException
- SWFActions interface
- Specified by:
toIntegerin interfacecom.anotherbigidea.flash.interfaces.SWFActions
charToAscii
public void charToAscii()
throws java.io.IOException
- SWFActions interface
- Specified by:
charToAsciiin interfacecom.anotherbigidea.flash.interfaces.SWFActions
asciiToChar
public void asciiToChar()
throws java.io.IOException
- SWFActions interface
- Specified by:
asciiToCharin interfacecom.anotherbigidea.flash.interfaces.SWFActions
charMBToAscii
public void charMBToAscii()
throws java.io.IOException
- SWFActions interface
- Specified by:
charMBToAsciiin interfacecom.anotherbigidea.flash.interfaces.SWFActions
asciiToCharMB
public void asciiToCharMB()
throws java.io.IOException
- SWFActions interface
- Specified by:
asciiToCharMBin interfacecom.anotherbigidea.flash.interfaces.SWFActions
call
public void call()
throws java.io.IOException
- SWFActions interface
- Specified by:
callin interfacecom.anotherbigidea.flash.interfaces.SWFActions
getVariable
public void getVariable()
throws java.io.IOException
- SWFActions interface
- Specified by:
getVariablein interfacecom.anotherbigidea.flash.interfaces.SWFActions
setVariable
public void setVariable()
throws java.io.IOException
- SWFActions interface
- Specified by:
setVariablein interfacecom.anotherbigidea.flash.interfaces.SWFActions
getURL
public void getURL(int sendVars,
int loadMode)
throws java.io.IOException
- SWFActions interface
- Specified by:
getURLin interfacecom.anotherbigidea.flash.interfaces.SWFActions
gotoFrame
public void gotoFrame(boolean play)
throws java.io.IOException
- SWFActions interface
- Specified by:
gotoFramein interfacecom.anotherbigidea.flash.interfaces.SWFActions
setTarget
public void setTarget()
throws java.io.IOException
- SWFActions interface
- Specified by:
setTargetin interfacecom.anotherbigidea.flash.interfaces.SWFActions
getProperty
public void getProperty()
throws java.io.IOException
- SWFActions interface
- Specified by:
getPropertyin interfacecom.anotherbigidea.flash.interfaces.SWFActions
setProperty
public void setProperty()
throws java.io.IOException
- SWFActions interface
- Specified by:
setPropertyin interfacecom.anotherbigidea.flash.interfaces.SWFActions
cloneSprite
public void cloneSprite()
throws java.io.IOException
- SWFActions interface
- Specified by:
cloneSpritein interfacecom.anotherbigidea.flash.interfaces.SWFActions
removeSprite
public void removeSprite()
throws java.io.IOException
- SWFActions interface
- Specified by:
removeSpritein interfacecom.anotherbigidea.flash.interfaces.SWFActions
startDrag
public void startDrag()
throws java.io.IOException
- SWFActions interface
- Specified by:
startDragin interfacecom.anotherbigidea.flash.interfaces.SWFActions
endDrag
public void endDrag()
throws java.io.IOException
- SWFActions interface
- Specified by:
endDragin interfacecom.anotherbigidea.flash.interfaces.SWFActions
trace
public void trace()
throws java.io.IOException
- SWFActions interface
- Specified by:
tracein interfacecom.anotherbigidea.flash.interfaces.SWFActions
getTime
public void getTime()
throws java.io.IOException
- SWFActions interface
- Specified by:
getTimein interfacecom.anotherbigidea.flash.interfaces.SWFActions
randomNumber
public void randomNumber()
throws java.io.IOException
- SWFActions interface
- Specified by:
randomNumberin interfacecom.anotherbigidea.flash.interfaces.SWFActions
lookupTable
public void lookupTable(java.lang.String[] values) throws java.io.IOException
- SWFActions interface
- Specified by:
lookupTablein interfacecom.anotherbigidea.flash.interfaces.SWFActions
callFunction
public void callFunction()
throws java.io.IOException
- SWFActions interface
- Specified by:
callFunctionin interfacecom.anotherbigidea.flash.interfaces.SWFActions
callMethod
public void callMethod()
throws java.io.IOException
- SWFActions interface
- Specified by:
callMethodin interfacecom.anotherbigidea.flash.interfaces.SWFActions
startFunction
public void startFunction(java.lang.String name, java.lang.String[] paramNames) throws java.io.IOException
- SWFActions interface
- Specified by:
startFunctionin interfacecom.anotherbigidea.flash.interfaces.SWFActions
endBlock
public void endBlock()
throws java.io.IOException
- SWFActions interface
- Specified by:
endBlockin interfacecom.anotherbigidea.flash.interfaces.SWFActions
defineLocalValue
public void defineLocalValue()
throws java.io.IOException
- SWFActions interface
- Specified by:
defineLocalValuein interfacecom.anotherbigidea.flash.interfaces.SWFActions
defineLocal
public void defineLocal()
throws java.io.IOException
- SWFActions interface
- Specified by:
defineLocalin interfacecom.anotherbigidea.flash.interfaces.SWFActions
deleteProperty
public void deleteProperty()
throws java.io.IOException
- SWFActions interface
- Specified by:
deletePropertyin interfacecom.anotherbigidea.flash.interfaces.SWFActions
deleteThreadVars
public void deleteThreadVars()
throws java.io.IOException
- SWFActions interface
- Specified by:
deleteThreadVarsin interfacecom.anotherbigidea.flash.interfaces.SWFActions
enumerate
public void enumerate()
throws java.io.IOException
- SWFActions interface
- Specified by:
enumeratein interfacecom.anotherbigidea.flash.interfaces.SWFActions
typedEquals
public void typedEquals()
throws java.io.IOException
- SWFActions interface
- Specified by:
typedEqualsin interfacecom.anotherbigidea.flash.interfaces.SWFActions
getMember
public void getMember()
throws java.io.IOException
- SWFActions interface
- Specified by:
getMemberin interfacecom.anotherbigidea.flash.interfaces.SWFActions
initObject
public void initObject()
throws java.io.IOException
- SWFActions interface
- Specified by:
initObjectin interfacecom.anotherbigidea.flash.interfaces.SWFActions
newMethod
public void newMethod()
throws java.io.IOException
- SWFActions interface
- Specified by:
newMethodin interfacecom.anotherbigidea.flash.interfaces.SWFActions
newObject
public void newObject()
throws java.io.IOException
- SWFActions interface
- Specified by:
newObjectin interfacecom.anotherbigidea.flash.interfaces.SWFActions
setMember
public void setMember()
throws java.io.IOException
- SWFActions interface
- Specified by:
setMemberin interfacecom.anotherbigidea.flash.interfaces.SWFActions
getTargetPath
public void getTargetPath()
throws java.io.IOException
- SWFActions interface
- Specified by:
getTargetPathin interfacecom.anotherbigidea.flash.interfaces.SWFActions
startWith
public void startWith()
throws java.io.IOException
- SWFActions interface
- Specified by:
startWithin interfacecom.anotherbigidea.flash.interfaces.SWFActions
duplicate
public void duplicate()
throws java.io.IOException
- SWFActions interface
- Specified by:
duplicatein interfacecom.anotherbigidea.flash.interfaces.SWFActions
returnValue
public void returnValue()
throws java.io.IOException
- SWFActions interface
- Specified by:
returnValuein interfacecom.anotherbigidea.flash.interfaces.SWFActions
swap
public void swap()
throws java.io.IOException
- SWFActions interface
- Specified by:
swapin interfacecom.anotherbigidea.flash.interfaces.SWFActions
storeInRegister
public void storeInRegister(int registerNumber)
throws java.io.IOException
- SWFActions interface
- Specified by:
storeInRegisterin interfacecom.anotherbigidea.flash.interfaces.SWFActions
convertToNumber
public void convertToNumber()
throws java.io.IOException
- SWFActions interface
- Specified by:
convertToNumberin interfacecom.anotherbigidea.flash.interfaces.SWFActions
convertToString
public void convertToString()
throws java.io.IOException
- SWFActions interface
- Specified by:
convertToStringin interfacecom.anotherbigidea.flash.interfaces.SWFActions
typeOf
public void typeOf()
throws java.io.IOException
- SWFActions interface
- Specified by:
typeOfin interfacecom.anotherbigidea.flash.interfaces.SWFActions
typedAdd
public void typedAdd()
throws java.io.IOException
- SWFActions interface
- Specified by:
typedAddin interfacecom.anotherbigidea.flash.interfaces.SWFActions
typedLessThan
public void typedLessThan()
throws java.io.IOException
- SWFActions interface
- Specified by:
typedLessThanin interfacecom.anotherbigidea.flash.interfaces.SWFActions
modulo
public void modulo()
throws java.io.IOException
- SWFActions interface
- Specified by:
moduloin interfacecom.anotherbigidea.flash.interfaces.SWFActions
bitAnd
public void bitAnd()
throws java.io.IOException
- SWFActions interface
- Specified by:
bitAndin interfacecom.anotherbigidea.flash.interfaces.SWFActions
bitOr
public void bitOr()
throws java.io.IOException
- SWFActions interface
- Specified by:
bitOrin interfacecom.anotherbigidea.flash.interfaces.SWFActions
bitXor
public void bitXor()
throws java.io.IOException
- SWFActions interface
- Specified by:
bitXorin interfacecom.anotherbigidea.flash.interfaces.SWFActions
shiftLeft
public void shiftLeft()
throws java.io.IOException
- SWFActions interface
- Specified by:
shiftLeftin interfacecom.anotherbigidea.flash.interfaces.SWFActions
shiftRight
public void shiftRight()
throws java.io.IOException
- SWFActions interface
- Specified by:
shiftRightin interfacecom.anotherbigidea.flash.interfaces.SWFActions
shiftRightUnsigned
public void shiftRightUnsigned()
throws java.io.IOException
- SWFActions interface
- Specified by:
shiftRightUnsignedin interfacecom.anotherbigidea.flash.interfaces.SWFActions
decrement
public void decrement()
throws java.io.IOException
- SWFActions interface
- Specified by:
decrementin interfacecom.anotherbigidea.flash.interfaces.SWFActions
increment
public void increment()
throws java.io.IOException
- SWFActions interface
- Specified by:
incrementin interfacecom.anotherbigidea.flash.interfaces.SWFActions
flushPushValues
protected void flushPushValues()
throws java.io.IOException
push
public void push(java.lang.String value) throws java.io.IOException
- SWFActions interface
- Specified by:
pushin interfacecom.anotherbigidea.flash.interfaces.SWFActions
push
public void push(float value)
throws java.io.IOException
- SWFActions interface
- Specified by:
pushin interfacecom.anotherbigidea.flash.interfaces.SWFActions
JAVADOC
com.anotherbigidea.flash.writers.ActionWriter