C# Class Gablarski.ByteArrayExtensions

Afficher le fichier Open project: ermau/Gablarski

Méthodes publiques

Méthode Description
ReadInt16 ( this self, int &position ) : Int16
ReadInt32 ( this self, int &position ) : Int32
ReadInt64 ( this self, int &position ) : System.Int64
ReadUInt16 ( this self, int &position ) : UInt16
ReadUInt32 ( this self, int &position ) : UInt32
ReadUInt64 ( this self, int &position ) : System.UInt64

Method Details

ReadInt16() public static méthode

public static ReadInt16 ( this self, int &position ) : Int16
self this
position int
Résultat System.Int16

ReadInt32() public static méthode

public static ReadInt32 ( this self, int &position ) : Int32
self this
position int
Résultat System.Int32

ReadInt64() public static méthode

public static ReadInt64 ( this self, int &position ) : System.Int64
self this
position int
Résultat System.Int64

ReadUInt16() public static méthode

public static ReadUInt16 ( this self, int &position ) : UInt16
self this
position int
Résultat System.UInt16

ReadUInt32() public static méthode

public static ReadUInt32 ( this self, int &position ) : UInt32
self this
position int
Résultat System.UInt32

ReadUInt64() public static méthode

public static ReadUInt64 ( this self, int &position ) : System.UInt64
self this
position int
Résultat System.UInt64