C# 클래스 Railgun.RailIntCompressorExtensions

파일 보기 프로젝트 열기: ashoulson/RailgunNet

공개 메소드들

메소드 설명
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