C# 클래스 netki.Bitstream

파일 보기 프로젝트 열기: raxptor/putki-historical 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
s_bitmask System.UInt32[]

공개 메소드들

메소드 설명
Copy ( Buffer dst, Buffer src ) : void
Insert ( Buffer dest, Buffer source ) : void
PutBits ( Buffer buf, int bits, UInt32 value ) : bool
PutBytes ( Buffer buf, byte data ) : bool
PutCompressedInt ( Buffer buf, int value ) : void
PutCompressedUint ( Buffer buf, uint value ) : void
PutFloat ( Buffer buf, float f ) : void
PutStringDumb ( Buffer buf, string value ) : void
ReadBits ( Buffer buf, int bits ) : UInt32
ReadBytes ( Buffer buf, int count ) : byte[]
ReadCompressedInt ( Buffer buf ) : int
ReadCompressedUint ( Buffer buf ) : uint
ReadFloat ( Buffer buf ) : float
ReadStringDumb ( Buffer buf ) : string
SyncByte ( Buffer buf ) : void

메소드 상세

Copy() 공개 정적인 메소드

public static Copy ( Buffer dst, Buffer src ) : void
dst System.Buffer
src System.Buffer
리턴 void

Insert() 공개 정적인 메소드

public static Insert ( Buffer dest, Buffer source ) : void
dest System.Buffer
source System.Buffer
리턴 void

PutBits() 공개 정적인 메소드

public static PutBits ( Buffer buf, int bits, UInt32 value ) : bool
buf System.Buffer
bits int
value System.UInt32
리턴 bool

PutBytes() 공개 정적인 메소드

public static PutBytes ( Buffer buf, byte data ) : bool
buf System.Buffer
data byte
리턴 bool

PutCompressedInt() 공개 정적인 메소드

public static PutCompressedInt ( Buffer buf, int value ) : void
buf System.Buffer
value int
리턴 void

PutCompressedUint() 공개 정적인 메소드

public static PutCompressedUint ( Buffer buf, uint value ) : void
buf System.Buffer
value uint
리턴 void

PutFloat() 공개 정적인 메소드

public static PutFloat ( Buffer buf, float f ) : void
buf System.Buffer
f float
리턴 void

PutStringDumb() 공개 정적인 메소드

public static PutStringDumb ( Buffer buf, string value ) : void
buf System.Buffer
value string
리턴 void

ReadBits() 공개 정적인 메소드

public static ReadBits ( Buffer buf, int bits ) : UInt32
buf System.Buffer
bits int
리턴 System.UInt32

ReadBytes() 공개 정적인 메소드

public static ReadBytes ( Buffer buf, int count ) : byte[]
buf System.Buffer
count int
리턴 byte[]

ReadCompressedInt() 공개 정적인 메소드

public static ReadCompressedInt ( Buffer buf ) : int
buf System.Buffer
리턴 int

ReadCompressedUint() 공개 정적인 메소드

public static ReadCompressedUint ( Buffer buf ) : uint
buf System.Buffer
리턴 uint

ReadFloat() 공개 정적인 메소드

public static ReadFloat ( Buffer buf ) : float
buf System.Buffer
리턴 float

ReadStringDumb() 공개 정적인 메소드

public static ReadStringDumb ( Buffer buf ) : string
buf System.Buffer
리턴 string

SyncByte() 공개 정적인 메소드

public static SyncByte ( Buffer buf ) : void
buf System.Buffer
리턴 void

프로퍼티 상세

s_bitmask 공개적으로 정적으로 프로퍼티

public static UInt32[],System s_bitmask
리턴 System.UInt32[]