프로퍼티 | 타입 | 설명 | |
---|---|---|---|
s_bitmask | System.UInt32[] |
메소드 | 설명 | |
---|---|---|
Copy ( |
||
Insert ( |
||
PutBits ( |
||
PutBytes ( |
||
PutCompressedInt ( |
||
PutCompressedUint ( |
||
PutFloat ( |
||
PutStringDumb ( |
||
ReadBits ( |
||
ReadBytes ( |
||
ReadCompressedInt ( |
||
ReadCompressedUint ( |
||
ReadFloat ( |
||
ReadStringDumb ( |
||
SyncByte ( |
public static Copy ( |
||
dst | ||
src | ||
리턴 | void |
public static Insert ( |
||
dest | ||
source | ||
리턴 | void |
public static PutBits ( |
||
buf | ||
bits | int | |
value | ||
리턴 | bool |
public static PutBytes ( |
||
buf | ||
data | byte | |
리턴 | bool |
public static PutCompressedInt ( |
||
buf | ||
value | int | |
리턴 | void |
public static PutCompressedUint ( |
||
buf | ||
value | uint | |
리턴 | void |
public static PutFloat ( |
||
buf | ||
f | float | |
리턴 | void |
public static PutStringDumb ( |
||
buf | ||
value | string | |
리턴 | void |
public static ReadBits ( |
||
buf | ||
bits | int | |
리턴 |
public static ReadBytes ( |
||
buf | ||
count | int | |
리턴 | byte[] |
public static ReadCompressedInt ( |
||
buf | ||
리턴 | int |
public static ReadCompressedUint ( |
||
buf | ||
리턴 | uint |
public static ReadStringDumb ( |
||
buf | ||
리턴 | string |