Method | Description | |
---|---|---|
FromUInt ( uint value ) : ByteVector |
Encodes a uint value as synchronized integer data.
|
|
ResynchByteVector ( ByteVector data ) : void |
Resynchronizes a ByteVector object by removing the added bytes.
|
|
ToUInt ( ByteVector data ) : uint |
Decodes synchronized integer data into a
|
|
UnsynchByteVector ( ByteVector data ) : void |
Unsynchronizes a ByteVector object by inserting empty bytes where necessary.
|
public static FromUInt ( uint value ) : ByteVector | ||
value | uint |
/// A |
return | ByteVector |
public static ResynchByteVector ( ByteVector data ) : void | ||
data | ByteVector |
/// A |
return | void |
public static ToUInt ( ByteVector data ) : uint | ||
data | ByteVector |
/// A |
return | uint |
public static UnsynchByteVector ( ByteVector data ) : void | ||
data | ByteVector |
/// A |
return | void |