C# Класс CrystalMpq.StreamEx

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ReadInt16 ( this @this ) : short
ReadInt32 ( this @this ) : int
ReadInt64 ( this @this ) : long
ReadUInt16 ( this @this ) : ushort
ReadUInt32 ( this @this ) : uint
ReadUInt64 ( this @this ) : ulong

Описание методов

ReadInt16() публичный статический Метод

public static ReadInt16 ( this @this ) : short
@this this
Результат short

ReadInt32() публичный статический Метод

public static ReadInt32 ( this @this ) : int
@this this
Результат int

ReadInt64() публичный статический Метод

public static ReadInt64 ( this @this ) : long
@this this
Результат long

ReadUInt16() публичный статический Метод

public static ReadUInt16 ( this @this ) : ushort
@this this
Результат ushort

ReadUInt32() публичный статический Метод

public static ReadUInt32 ( this @this ) : uint
@this this
Результат uint

ReadUInt64() публичный статический Метод

public static ReadUInt64 ( this @this ) : ulong
@this this
Результат ulong