blob: e3116d25a6cd7d89661b16fa30d18269879acef2 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.storage.file.IDataOutput",
"baseInterfaceNames": [
"org.apache.royale.storage.file.IDataStream"]
,
"description": "The File class provides access to a specific file on the device.",
"members": [
{ "type": "method",
"qname": "writeText",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "text", "type": "String"}]}
,
{ "type": "method",
"qname": "close",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": []}
]
}