C# Class CrystalMpq.StreamEx

显示文件 Open project: sgraf812/crystalmpq

Private Properties

Property Type Description

Public Methods

Method Description
ReadInt16 ( this @this ) : short
ReadInt32 ( this @this ) : int
ReadInt64 ( this @this ) : long
ReadUInt16 ( this @this ) : ushort
ReadUInt32 ( this @this ) : uint
ReadUInt64 ( this @this ) : ulong

Method Details

ReadInt16() public static method

public static ReadInt16 ( this @this ) : short
@this this
return short

ReadInt32() public static method

public static ReadInt32 ( this @this ) : int
@this this
return int

ReadInt64() public static method

public static ReadInt64 ( this @this ) : long
@this this
return long

ReadUInt16() public static method

public static ReadUInt16 ( this @this ) : ushort
@this this
return ushort

ReadUInt32() public static method

public static ReadUInt32 ( this @this ) : uint
@this this
return uint

ReadUInt64() public static method

public static ReadUInt64 ( this @this ) : ulong
@this this
return ulong