Method | Description | |
---|---|---|
Deserialize ( byte buffer ) : void |
Deserialized byte array to an Restriction instance
|
|
Serialize ( ) : byte[] |
Get serialized byte array for this structure
|
|
Size ( ) : int |
Get the total Size of Restriction
|
public abstract Deserialize ( byte buffer ) : void | ||
buffer | byte | Byte array contain data of an Restriction instance |
return | void |