C# Класс Medusa.Common.StreamHelper

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

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

Метод Описание
ReadInt ( this stream ) : int
ReadString ( this stream ) : string
ReadUInt ( this stream ) : uint
Write ( this stream, int val ) : void
Write ( this stream, uint val ) : void
WriteString ( this stream, string val ) : void

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

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

public static ReadInt ( this stream ) : int
stream this
Результат int

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

public static ReadString ( this stream ) : string
stream this
Результат string

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

public static ReadUInt ( this stream ) : uint
stream this
Результат uint

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

public static Write ( this stream, int val ) : void
stream this
val int
Результат void

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

public static Write ( this stream, uint val ) : void
stream this
val uint
Результат void

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

public static WriteString ( this stream, string val ) : void
stream this
val string
Результат void