Package | com.kaazing.gateway.client.html5 |
Class | public class ByteOrder |
Property | Defined by | ||
---|---|---|---|
BIG_ENDIAN : ByteOrder
[static][read-only]
The big-endian byte order.
| ByteOrder | ||
LITTLE_ENDIAN : ByteOrder
[static][read-only]
The little-endian byte order.
| ByteOrder |
Method | Defined by | ||
---|---|---|---|
ByteOrder | |||
getValue(array:Array, i:int, width:int, unsigned:Boolean = false):int
| ByteOrder | ||
putValue(array:Array, i:int, v:int, width:Boolean, unsigned:* = false):void
| ByteOrder | ||
toString():String
| ByteOrder |
Method | Defined by | ||
---|---|---|---|
reorder(bytes:Array):Array
| ByteOrder |
BIG_ENDIAN | property |
BIG_ENDIAN:ByteOrder
[read-only]The big-endian byte order.
Implementation public static function get BIG_ENDIAN():ByteOrder
LITTLE_ENDIAN | property |
LITTLE_ENDIAN:ByteOrder
[read-only]The little-endian byte order.
Implementation public static function get LITTLE_ENDIAN():ByteOrder
ByteOrder | () | constructor |
public function ByteOrder()
getValue | () | method |
public function getValue(array:Array, i:int, width:int, unsigned:Boolean = false):int
Parameters
array:Array |
|
i:int |
|
width:int |
|
unsigned:Boolean (default = false )
|
int |
putValue | () | method |
public function putValue(array:Array, i:int, v:int, width:Boolean, unsigned:* = false):void
Parameters
array:Array |
|
i:int |
|
v:int |
|
width:Boolean |
|
unsigned:* (default = false )
|
reorder | () | method |
protected function reorder(bytes:Array):Array
Parameters
bytes:Array |
Array |
toString | () | method |
public function toString():String
Returns
String |