/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

  1. package flash.utils;
  2. extern interface IExternalizable {
  3. function readExternal(input : IDataInput) : Void;
  4. function writeExternal(output : IDataOutput) : Void;
  5. }