Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/net/NetStreamAppendBytesAction.hx
2026-05-21 20:15:16 -07:00

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;
}