Méthode | Description | |
---|---|---|
ReadAsciiStringFromArray ( byte array, int offset, int length ) : string | ||
ReadAsciiStringFromStream ( Stream data, int messageTypeLength ) : string | ||
ReadInt ( byte buffer, int offset ) : int | ||
ReadIntFromStream ( Stream stream ) : int | ||
WriteInt ( byte buffer, int offset, int value ) : void |
public static ReadAsciiStringFromArray ( byte array, int offset, int length ) : string | ||
array | byte | |
offset | int | |
length | int | |
Résultat | string |
public static ReadAsciiStringFromStream ( Stream data, int messageTypeLength ) : string | ||
data | Stream | |
messageTypeLength | int | |
Résultat | string |
public static ReadInt ( byte buffer, int offset ) : int | ||
buffer | byte | |
offset | int | |
Résultat | int |
public static ReadIntFromStream ( Stream stream ) : int | ||
stream | Stream | |
Résultat | int |
public static WriteInt ( byte buffer, int offset, int value ) : void | ||
buffer | byte | |
offset | int | |
value | int | |
Résultat | void |