FileInput.hx 76 B

12345
  1. package php.io;
  2. #if !haxe3
  3. typedef FileInput = sys.io.FileInput;
  4. #end