C# 클래스 DistrictServer.Unreal.Utilities.BitWriter

파일 보기 프로젝트 열기: fiki574/rAPB

공개 메소드들

메소드 설명
BitWriter ( int InMaxBits )
Serialize ( byte Src, int LengthBytes ) : void

메소드 상세

BitWriter() 공개 메소드

public BitWriter ( int InMaxBits )
InMaxBits int

Serialize() 공개 메소드

public Serialize ( byte Src, int LengthBytes ) : void
Src byte
LengthBytes int
리턴 void