Property | Type | Description | |
---|---|---|---|
s_bitmask | System.UInt32[] |
Method | Description | |
---|---|---|
Copy ( |
||
Insert ( |
||
PutBits ( |
||
PutBytes ( |
||
PutCompressedInt ( |
||
PutCompressedUint ( |
||
PutFloat ( |
||
PutStringDumb ( |
||
ReadBits ( |
||
ReadBytes ( |
||
ReadCompressedInt ( |
||
ReadCompressedUint ( |
||
ReadFloat ( |
||
ReadStringDumb ( |
||
SyncByte ( |
public static Copy ( |
||
dst | ||
src | ||
return | void |
public static Insert ( |
||
dest | ||
source | ||
return | void |
public static PutBits ( |
||
buf | ||
bits | int | |
value | ||
return | bool |
public static PutBytes ( |
||
buf | ||
data | byte | |
return | bool |
public static PutCompressedInt ( |
||
buf | ||
value | int | |
return | void |
public static PutCompressedUint ( |
||
buf | ||
value | uint | |
return | void |
public static PutFloat ( |
||
buf | ||
f | float | |
return | void |
public static PutStringDumb ( |
||
buf | ||
value | string | |
return | void |
public static ReadBits ( |
||
buf | ||
bits | int | |
return |
public static ReadBytes ( |
||
buf | ||
count | int | |
return | byte[] |
public static ReadCompressedInt ( |
||
buf | ||
return | int |
public static ReadCompressedUint ( |
||
buf | ||
return | uint |
public static ReadFloat ( |
||
buf | ||
return | float |
public static ReadStringDumb ( |
||
buf | ||
return | string |
public static SyncByte ( |
||
buf | ||
return | void |