| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name" : "IO",
- "sources" : ["Source/Atomic/IO"],
- "classes" : ["Log", "File", "FileSystem", "FileWatcher", "BufferQueue", "PackageFile"],
- "interfaces" : ["Serializer", "Deserializer"],
- "overloads" : {
- "File" : {
- "File" : ["Context", "String", "FileMode"]
- },
- "PackageFile" : {
- "PackageFile" : ["Context", "String", "unsigned"]
- }
- },
- "typescript_decl" : {
- "File" : [
- "readText():string;",
- "writeString(text:string):void;"
- ],
- "FileSystem" : [
- "scanDir(pathName:string, filter:string, flags:number, recursive:boolean):Array<string>;"
- ]
- },
- "haxe_decl" : {
- "File" : [
- "function readText():String;",
- "function writeString(text:String):Void;"
- ],
- "FileSystem" : [
- "function scanDir(pathName:String, filter:String, flags:UInt, recursive:Bool):Array<String>;"
- ]
- }
- }
|