The ISFSObject type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Returns true if an element exists with the provided key
Public methodGetBool
Get the element for the provided key as a Boolean
Public methodGetBoolArray
Get the element for the provided key as an array of Booleans
Public methodGetByte
Get the element for the provided key as a signed byte (8 bit) (int in AS3)
Public methodGetByteArray
Get the element for the provided key as a an array of byte
Public methodGetClass
Get the element for the provided key as an instance of a custom Class.
Public methodGetDouble
Get the element for the provided key as a double (Number in AS3)
Public methodGetDoubleArray
Get the element for the provided key as an array of doubles
Public methodGetDump()()()()
Return a formatted dump of the object that can logged or traced in the console for debugging purposes.
Public methodGetDump(Boolean)
Return a formatted dump of the object that can logged or traced in the console for debugging purposes.
Public methodGetFloat
Get the element for the provided key as a float (Number in AS3)
Public methodGetFloatArray
Get the element for the provided key as an array of floats
Public methodGetHexDump
Returns a detailed hex-dump of the object that can logged or traced in the console for debugging purposes.
Public methodGetInt
Get the element for the provided key as an int (32 bit)
Public methodGetIntArray
Get the element for the provided key as an array of int
Public methodGetKeys
Return an array with all the keys in the SFSObject
Public methodGetLong
Get the element for the provided key as a long int (64 bit) (Number in AS3)
Public methodGetLongArray
Get the element for the provided key as an array of long int
Public methodGetSFSArray
Get the element for the provided key as an SFSArray
Public methodGetSFSObject
Get the element for the provided key as an SFSObject
Public methodGetShort
Get the element for the provided key as a short int (16 bit) (int in AS3)
Public methodGetShortArray
Get the element for the provided key as an array of short int
Public methodGetUtfString
Get the element for the provided key as a UTF-8 String
Public methodGetUtfStringArray
Get the element for the provided key as an array of UTF-8 Strings
Public methodIsNull
Checks if a specific element in the SFSObject is null
Public methodPutBool
puts a Boolean value with the provided key
Public methodPutBoolArray
puts an array of Booleans with the provided key
Public methodPutByte
puts a byte value (8 bit) with the provided key
Public methodPutByteArray
puts an array of bytes with the provided key
Public methodPutClass
Puts an instance of a custom Class.
Public methodPutDouble
puts a double (64 bit) with the provided key
Public methodPutDoubleArray
puts an array of doubles with the provided key
Public methodPutFloat
puts a float (32 bit) with the provided key
Public methodPutFloatArray
puts an array of floats with the provided key
Public methodPutInt
puts an int (32 bit) with the provided key
Public methodPutIntArray
puts an array of ints with the provided key
Public methodPutLong
puts a long int (64 bit) with the provided key
Public methodPutLongArray
puts an array of long ints with the provided key
Public methodPutSFSArray
puts an SFSArray with the provided key
Public methodPutSFSObject
puts an SFSObject with the provided key
Public methodPutShort
puts a short int (16 bit) with the provided key
Public methodPutShortArray
puts an array of short ints with the provided key
Public methodPutUtfString
puts a UTF-8 String with the provided key
Public methodPutUtfStringArray
puts an array of Strings with the provided key
Public methodRemoveElement
Removes an element
Public methodSize
Return the number of elements in the SFSObject
Public methodToBinary
Return the binary form of the object

See Also