Méthode | Description | |
---|---|---|
BinaryFormat ( byte data ) : System | ||
BinaryFormat ( uint length ) : System | ||
Fill ( uint offset, byte value, uint length ) : void | ||
GetByte ( uint offset ) : byte | ||
GetBytes ( uint offset, uint length ) : byte[] | ||
GetChar ( uint offset ) : char | ||
GetChars ( uint offset, uint length ) : char[] | ||
GetInt ( uint offset ) : int | ||
GetString ( uint offset, uint length ) : string | ||
GetUInt ( uint offset ) : uint | ||
GetUShort ( uint offset ) : ushort | ||
SetByte ( uint offset, byte value ) : void | ||
SetBytes ( uint offset, byte value ) : void | ||
SetBytes ( uint offset, byte value, uint start, uint length ) : void | ||
SetChar ( uint offset, char value ) : void | ||
SetChars ( uint offset, char value ) : void | ||
SetInt ( uint offset, int value ) : void | ||
SetString ( uint offset, string value ) : void | ||
SetString ( uint offset, string value, uint length ) : void | ||
SetUInt ( uint offset, uint value ) : void | ||
SetUShort ( uint offset, ushort value ) : void | ||
this ( int index ) : byte |
public BinaryFormat ( uint length ) : System | ||
length | uint | |
Résultat | System |
public Fill ( uint offset, byte value, uint length ) : void | ||
offset | uint | |
value | byte | |
length | uint | |
Résultat | void |
public GetBytes ( uint offset, uint length ) : byte[] | ||
offset | uint | |
length | uint | |
Résultat | byte[] |
public GetChars ( uint offset, uint length ) : char[] | ||
offset | uint | |
length | uint | |
Résultat | char[] |
public GetString ( uint offset, uint length ) : string | ||
offset | uint | |
length | uint | |
Résultat | string |
public SetByte ( uint offset, byte value ) : void | ||
offset | uint | |
value | byte | |
Résultat | void |
public SetBytes ( uint offset, byte value ) : void | ||
offset | uint | |
value | byte | |
Résultat | void |
public SetBytes ( uint offset, byte value, uint start, uint length ) : void | ||
offset | uint | |
value | byte | |
start | uint | |
length | uint | |
Résultat | void |
public SetChar ( uint offset, char value ) : void | ||
offset | uint | |
value | char | |
Résultat | void |
public SetChars ( uint offset, char value ) : void | ||
offset | uint | |
value | char | |
Résultat | void |
public SetInt ( uint offset, int value ) : void | ||
offset | uint | |
value | int | |
Résultat | void |
public SetString ( uint offset, string value ) : void | ||
offset | uint | |
value | string | |
Résultat | void |
public SetString ( uint offset, string value, uint length ) : void | ||
offset | uint | |
value | string | |
length | uint | |
Résultat | void |
public SetUInt ( uint offset, uint value ) : void | ||
offset | uint | |
value | uint | |
Résultat | void |
public SetUShort ( uint offset, ushort value ) : void | ||
offset | uint | |
value | ushort | |
Résultat | void |