C# Класс Mono.StreamHelper

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

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

Метод Описание
GetInt ( this stream ) : int
GetString ( this stream ) : string
WriteInt ( this stream, int n ) : void
WriteString ( this stream, string s ) : void

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

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

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

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

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

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

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

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

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