public static class SWFAction.Push.Value extends Object
Constructor and Description |
---|
Value(boolean b) |
Value(byte r) |
Value(byte type,
byte[] data) |
Value(double d) |
Value(float f) |
Value(int i) |
Value(Object x) |
Value(short index) |
Value(String s) |
Modifier and Type | Method and Description |
---|---|
static SWFAction.Push.Value |
read(SWFInputStream swf) |
String |
toString() |
void |
write(SWFOutputStream swf) |
public Value(String s)
public Value(float f)
public Value(Object x)
public Value(byte r)
public Value(boolean b)
public Value(double d)
public Value(int i)
public Value(short index)
public Value(byte type, byte[] data)
public static SWFAction.Push.Value read(SWFInputStream swf) throws IOException
IOException
public void write(SWFOutputStream swf) throws IOException
IOException
Copyright © 2016. All rights reserved.