C# 클래스 Unreal.IO.Parser

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

공개 메소드들

메소드 설명
Parse ( Byte buffer ) : Object

비공개 메소드들

메소드 설명
read_bitmem ( Byte _in, int inlen, Byte &_out, uint bits ) : uint
read_bits ( uint bits, Byte buffer, uint &in_bits ) : uint
read_bitx ( uint bits, Byte buffer, uint &in_bits ) : uint
read_unreal_index ( Byte index_num, int &ret ) : int
read_unrnum ( int &num, Byte buff, uint bits ) : uint
read_unrser ( int &num, Byte buffer, uint bits, int max ) : uint

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( Byte buffer ) : Object
buffer Byte
리턴 Object