FreeHEP API
Version v1.2

org.freehep.graphicsio.swf
Class SWFAction.GetURL2

java.lang.Object
  |
  +--org.freehep.util.io.Action
        |
        +--org.freehep.graphicsio.swf.SWFAction
              |
              +--org.freehep.graphicsio.swf.SWFAction.GetURL2
Enclosing class:
SWFAction

public static class SWFAction.GetURL2
extends SWFAction

GetURL2 Action.


Nested Class Summary
 
Nested classes inherited from class org.freehep.graphicsio.swf.SWFAction
SWFAction.Add, SWFAction.Add2, SWFAction.And, SWFAction.AsciiToChar, SWFAction.BitAnd, SWFAction.BitLShift, SWFAction.BitOr, SWFAction.BitRShift, SWFAction.BitURShift, SWFAction.BitXor, SWFAction.Call, SWFAction.CallFunction, SWFAction.CallMethod, SWFAction.CharToAscii, SWFAction.CloneSprite, SWFAction.ConstantPool, SWFAction.Decrement, SWFAction.DefineFunction, SWFAction.DefineLocal, SWFAction.DefineLocal2, SWFAction.Delete, SWFAction.Delete2, SWFAction.Divide, SWFAction.EndDrag, SWFAction.Enumerate, SWFAction.Enumerate2, SWFAction.Equals, SWFAction.Equals2, SWFAction.GetMember, SWFAction.GetProperty, SWFAction.GetTime, SWFAction.GetURL, SWFAction.GetURL2, SWFAction.GetVariable, SWFAction.GotoFrame, SWFAction.GotoFrame2, SWFAction.GotoLabel, SWFAction.Greater, SWFAction.If, SWFAction.Increment, SWFAction.InitArray, SWFAction.InitObject, SWFAction.InstanceOf, SWFAction.Jump, SWFAction.Less, SWFAction.Less2, SWFAction.MBAsciiToChar, SWFAction.MBCharToAscii, SWFAction.MBStringExtract, SWFAction.MBStringLength, SWFAction.Modulo, SWFAction.Multiply, SWFAction.NewMethod, SWFAction.NewObject, SWFAction.NextFrame, SWFAction.Not, SWFAction.Or, SWFAction.Play, SWFAction.Pop, SWFAction.PreviousFrame, SWFAction.Push, SWFAction.PushDuplicate, SWFAction.RandomNumber, SWFAction.RemoveSprite, SWFAction.Return, SWFAction.SetMember, SWFAction.SetProperty, SWFAction.SetTarget, SWFAction.SetTarget2, SWFAction.SetVariable, SWFAction.StackSwap, SWFAction.StartDrag, SWFAction.Stop, SWFAction.StopSounds, SWFAction.StoreRegister, SWFAction.StrictEquals, SWFAction.StringAdd, SWFAction.StringEquals, SWFAction.StringExtract, SWFAction.StringGreater, SWFAction.StringLength, SWFAction.StringLess, SWFAction.Subtract, SWFAction.TargetPath, SWFAction.ToggleQuality, SWFAction.ToInteger, SWFAction.ToNumber, SWFAction.ToString, SWFAction.Trace, SWFAction.TypeOf, SWFAction.WaitForFrame, SWFAction.WaitForFrame2, SWFAction.With
 
Nested classes inherited from class org.freehep.util.io.Action
Action.Unknown
 
Field Summary
static int GET
           
static int NONE
           
static int POST
           
 
Constructor Summary
SWFAction.GetURL2()
           
SWFAction.GetURL2(byte method)
           
 
Method Summary
 SWFAction read(int actionCode, SWFInputStream swf, int length)
           
 String toString()
           
 void write(int actionCode, SWFOutputStream swf)
           
 
Methods inherited from class org.freehep.graphicsio.swf.SWFAction
getVersion, read, write
 
Methods inherited from class org.freehep.util.io.Action
getCode, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

GET

public static final int GET
See Also:
Constant Field Values

POST

public static final int POST
See Also:
Constant Field Values
Constructor Detail

SWFAction.GetURL2

public SWFAction.GetURL2(byte method)

SWFAction.GetURL2

public SWFAction.GetURL2()
Method Detail

read

public SWFAction read(int actionCode,
                      SWFInputStream swf,
                      int length)
               throws IOException
Overrides:
read in class SWFAction
IOException

write

public void write(int actionCode,
                  SWFOutputStream swf)
           throws IOException
Overrides:
write in class SWFAction
IOException

toString

public String toString()
Overrides:
toString in class Action

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.