/bin/std/flash9/utils/IExternalizable.hx
http://github.com/Yoomee/clippy · Haxe · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · e3701956a9a46cb1358a6365343d1222 MD5 · raw file
- package flash.utils;
- extern interface IExternalizable {
- function readExternal(input : IDataInput) : Void;
- function writeExternal(output : IDataOutput) : Void;
- }