C# Class Shared.ByteUtils

Afficher le fichier Open project: jbouzaglou/PetPigeonsESB

Méthodes publiques

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

Method Details

ReadAsciiStringFromArray() public static méthode

public static ReadAsciiStringFromArray ( byte array, int offset, int length ) : string
array byte
offset int
length int
Résultat string

ReadAsciiStringFromStream() public static méthode

public static ReadAsciiStringFromStream ( Stream data, int messageTypeLength ) : string
data Stream
messageTypeLength int
Résultat string

ReadInt() public static méthode

public static ReadInt ( byte buffer, int offset ) : int
buffer byte
offset int
Résultat int

ReadIntFromStream() public static méthode

public static ReadIntFromStream ( Stream stream ) : int
stream Stream
Résultat int

WriteInt() public static méthode

public static WriteInt ( byte buffer, int offset, int value ) : void
buffer byte
offset int
value int
Résultat void