C# Class Gablarski.ByteArrayExtensions

Show file Open project: ermau/Gablarski

Public Methods

Method 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 method

public static ReadInt16 ( this self, int &position ) : Int16
self this
position int
return System.Int16

ReadInt32() public static method

public static ReadInt32 ( this self, int &position ) : Int32
self this
position int
return System.Int32

ReadInt64() public static method

public static ReadInt64 ( this self, int &position ) : System.Int64
self this
position int
return System.Int64

ReadUInt16() public static method

public static ReadUInt16 ( this self, int &position ) : UInt16
self this
position int
return System.UInt16

ReadUInt32() public static method

public static ReadUInt32 ( this self, int &position ) : UInt32
self this
position int
return System.UInt32

ReadUInt64() public static method

public static ReadUInt64 ( this self, int &position ) : System.UInt64
self this
position int
return System.UInt64