|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.freehep.util.io.Action
org.freehep.graphicsio.swf.SWFAction
org.freehep.graphicsio.swf.SWFAction.GetURL2
public static class SWFAction.GetURL2
GetURL2 Action.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.freehep.util.io.Action |
---|
org.freehep.util.io.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)
|
java.lang.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 |
---|
public static final int NONE
public static final int GET
public static final int POST
Constructor Detail |
---|
public SWFAction.GetURL2(byte method)
public SWFAction.GetURL2()
Method Detail |
---|
public SWFAction read(int actionCode, SWFInputStream swf, int length) throws java.io.IOException
read
in class SWFAction
java.io.IOException
public void write(int actionCode, SWFOutputStream swf) throws java.io.IOException
write
in class SWFAction
java.io.IOException
public java.lang.String toString()
toString
in class org.freehep.util.io.Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |