forked from LeenkxTeam/LNXSDK
9 lines
196 B
Haxe
9 lines
196 B
Haxe
package flash.net;
|
|
|
|
extern class NetStreamAppendBytesAction {
|
|
function new() : Void;
|
|
static final END_SEQUENCE : String;
|
|
static final RESET_BEGIN : String;
|
|
static final RESET_SEEK : String;
|
|
}
|