C# Класс Railgun.RailIntCompressorExtensions

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

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

Метод Описание
PeekInt ( this buffer, RailIntCompressor compressor ) : int
ReadInt ( this buffer, RailIntCompressor compressor ) : int
WriteInt ( this buffer, RailIntCompressor compressor, int value ) : void

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

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

public static PeekInt ( this buffer, RailIntCompressor compressor ) : int
buffer this
compressor RailIntCompressor
Результат int

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

public static ReadInt ( this buffer, RailIntCompressor compressor ) : int
buffer this
compressor RailIntCompressor
Результат int

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

public static WriteInt ( this buffer, RailIntCompressor compressor, int value ) : void
buffer this
compressor RailIntCompressor
value int
Результат void