blob: 432a4ebc80ffef19421eeda167cab10c50b9e462 [file] [log] [blame]
{ "type": "interface",
"qname": "org.apache.royale.utils.IBinaryDataInput",
"members": [
{ "type": "method",
"qname": "readBinaryData",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "void",
"params": [{ "name": "bytes", "type": "org.apache.royale.utils.BinaryData"},
{ "name": "offset", "type": "uint"},
{ "name": "length", "type": "uint"}]}
,
{ "type": "method",
"qname": "readBoolean",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Boolean",
"params": []}
,
{ "type": "method",
"qname": "readByte",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": []}
,
{ "type": "method",
"qname": "readUnsignedByte",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "uint",
"params": []}
,
{ "type": "method",
"qname": "readShort",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": []}
,
{ "type": "method",
"qname": "readUnsignedShort",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "uint",
"params": []}
,
{ "type": "method",
"qname": "readInt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "int",
"params": []}
,
{ "type": "method",
"qname": "readUnsignedInt",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "uint",
"params": []}
,
{ "type": "method",
"qname": "readFloat",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Number",
"params": []}
,
{ "type": "method",
"qname": "readDouble",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "Number",
"params": []}
,
{ "type": "method",
"qname": "readUTF",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "String",
"params": []}
,
{ "type": "method",
"qname": "readUTFBytes",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "String",
"params": [{ "name": "length", "type": "uint"}]}
,
{ "type": "accessor",
"access": "read-only",
"return": "uint",
"qname": "bytesAvailable",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}},
{ "type": "accessor",
"access": "read-write",
"return": "String",
"qname": "endian",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {}}]
}