Property | Type | Description | |
---|---|---|---|
buffer | byte[] |
Method | Description | |
---|---|---|
Block ( uint offset, byte buffer ) : System | ||
GetByte ( uint offset ) : byte | ||
GetByteArray ( uint count, uint offset ) : byte[] | ||
GetInt ( uint offset ) : int | ||
GetString ( uint length, uint offset ) : string | ||
GetUInt ( uint offset ) : uint | ||
GetUIntArray ( uint count, uint offset ) : uint[] | ||
GetUShort ( uint offset ) : ushort | ||
SetByte ( uint offset, byte value ) : void | ||
SetByteArray ( uint count, uint offset, byte values ) : void | ||
SetInt ( uint offset, int value ) : void | ||
SetUInt ( uint offset, uint value ) : void | ||
SetUIntArray ( uint count, uint offset, uint values ) : void | ||
SetUShort ( uint offset, ushort value ) : void |
public Block ( uint offset, byte buffer ) : System | ||
offset | uint | |
buffer | byte | |
return | System |
public GetByteArray ( uint count, uint offset ) : byte[] | ||
count | uint | |
offset | uint | |
return | byte[] |
public GetString ( uint length, uint offset ) : string | ||
length | uint | |
offset | uint | |
return | string |
public GetUIntArray ( uint count, uint offset ) : uint[] | ||
count | uint | |
offset | uint | |
return | uint[] |
public SetByte ( uint offset, byte value ) : void | ||
offset | uint | |
value | byte | |
return | void |
public SetByteArray ( uint count, uint offset, byte values ) : void | ||
count | uint | |
offset | uint | |
values | byte | |
return | void |
public SetInt ( uint offset, int value ) : void | ||
offset | uint | |
value | int | |
return | void |
public SetUInt ( uint offset, uint value ) : void | ||
offset | uint | |
value | uint | |
return | void |
public SetUIntArray ( uint count, uint offset, uint values ) : void | ||
count | uint | |
offset | uint | |
values | uint | |
return | void |
public SetUShort ( uint offset, ushort value ) : void | ||
offset | uint | |
value | ushort | |
return | void |