Last updated on
Apr 27, 2021
The Server-Side ActionScript ByteArray class is identical to the client-side ByteArray class with the following exceptions:
The following two methods are not implemented in Server-Side ActionScript:
ByteArray.inflate()
ByteArray.deflate()
Where an ActionScript 3.0 ByteArray API uses the int or uint data type, the Server-Side ActionScript ByteArray API uses the Number data type.
To see the methods and properties of the ByteArray class, see the ActionScript 3.0 Reference for the Flash Platform.