C# Class Railgun.RailIntCompressorExtensions

Afficher le fichier Open project: ashoulson/RailgunNet

Méthodes publiques

Méthode Description
PeekInt ( this buffer, RailIntCompressor compressor ) : int
ReadInt ( this buffer, RailIntCompressor compressor ) : int
WriteInt ( this buffer, RailIntCompressor compressor, int value ) : void

Method Details

PeekInt() public static méthode

public static PeekInt ( this buffer, RailIntCompressor compressor ) : int
buffer this
compressor RailIntCompressor
Résultat int

ReadInt() public static méthode

public static ReadInt ( this buffer, RailIntCompressor compressor ) : int
buffer this
compressor RailIntCompressor
Résultat int

WriteInt() public static méthode

public static WriteInt ( this buffer, RailIntCompressor compressor, int value ) : void
buffer this
compressor RailIntCompressor
value int
Résultat void