IO.json 832 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name" : "IO",
  3. "sources" : ["Source/Atomic/IO"],
  4. "classes" : ["Log", "File", "FileSystem", "FileWatcher", "BufferQueue", "PackageFile"],
  5. "interfaces" : ["Serializer", "Deserializer"],
  6. "overloads" : {
  7. "File" : {
  8. "File" : ["Context", "String", "FileMode"]
  9. },
  10. "PackageFile" : {
  11. "PackageFile" : ["Context", "String", "unsigned"]
  12. }
  13. },
  14. "typescript_decl" : {
  15. "File" : [
  16. "readText():string;",
  17. "writeString(text:string):void;"
  18. ],
  19. "FileSystem" : [
  20. "scanDir(pathName:string, filter:string, flags:number, recursive:boolean):Array<string>;"
  21. ]
  22. },
  23. "haxe_decl" : {
  24. "File" : [
  25. "function readText():String;",
  26. "function writeString(text:String):Void;"
  27. ],
  28. "FileSystem" : [
  29. "function scanDir(pathName:String, filter:String, flags:UInt, recursive:Bool):Array<String>;"
  30. ]
  31. }
  32. }