Files
LNXSDK/Kha/Tools/macos_arm64/std/flash/net/NetStreamAppendBytesAction.hx

9 lines
196 B
Haxe
Raw Permalink Normal View History

2026-05-21 20:15:16 -07:00
package flash.net;
extern class NetStreamAppendBytesAction {
function new() : Void;
static final END_SEQUENCE : String;
static final RESET_BEGIN : String;
static final RESET_SEEK : String;
}