Method | Description | |
---|---|---|
GetByteCount ( string s ) : int | ||
NumberSerializer ( ) : System | ||
ReadBool ( Stream s ) : bool | ||
ReadDouble ( |
||
ReadDouble ( |
||
ReadDouble ( Stream s ) : double | ||
ReadDouble ( byte bin, int offset ) : double | ||
ReadFlag ( byte bin, int offset ) : bool | ||
ReadFloat ( |
||
ReadFloat ( |
||
ReadFloat ( Stream s ) : float | ||
ReadFloat ( byte bin, int offset ) : float | ||
ReadInt ( |
||
ReadInt ( System s ) : int | ||
ReadInt ( byte bin, int offset ) : int | ||
ReadLong ( |
||
ReadLong ( System s ) : long | ||
ReadLong ( byte bin, int offset ) : long | ||
ReadShort ( |
||
ReadShort ( System s ) : short | ||
ReadShort ( byte bin, int offset ) : short | ||
ReadString ( |
||
ReadString ( System s, int &len ) : string | ||
ReadString ( byte bin, int offset, int &bytelength ) : string | ||
WriteDouble ( double value, Stream s ) : void | ||
WriteDouble ( double value, byte target, int offset ) : void | ||
WriteFlag ( bool flag, byte target, int offset ) : void | ||
WriteFloat ( float value, Stream s ) : void | ||
WriteFloat ( float value, byte target, int offset ) : void | ||
WriteInt ( int val, Stream s ) : void | ||
WriteInt ( int val, byte target, int offset ) : void | ||
WriteLong ( long val, Stream s ) : void | ||
WriteLong ( long lval, byte target, int offset ) : void | ||
WriteShort ( short val, Stream s ) : void | ||
WriteShort ( short val, byte target, int offset ) : void | ||
WriteString ( string svalue, Stream s ) : int | ||
WriteString ( string svalue, byte target, int offset ) : int | ||
WriteUInt ( uint val, Stream s ) : void | ||
WriteUInt ( uint val, byte target, int offset ) : void | ||
WriteULong ( ulong val, Stream s ) : void | ||
WriteUShort ( ushort val, Stream s ) : void | ||
WriteUShort ( ushort val, byte target, int offset ) : void |
Method | Description | |
---|---|---|
SwapEndianism ( byte data, int offset, int length ) : void |
Method | Description | |
---|---|---|
Test ( ) : void |
public static GetByteCount ( string s ) : int | ||
s | string | |
return | int |
public static ReadDouble ( |
||
mb | ||
return | double |
public static ReadDouble ( |
||
mb | ||
offset | int | |
return | double |
public static ReadDouble ( Stream s ) : double | ||
s | Stream | |
return | double |
public static ReadDouble ( byte bin, int offset ) : double | ||
bin | byte | |
offset | int | |
return | double |
public static ReadFlag ( byte bin, int offset ) : bool | ||
bin | byte | |
offset | int | |
return | bool |
public static ReadFloat ( |
||
mb | ||
return | float |
public static ReadFloat ( |
||
mb | ||
offset | int | |
return | float |
public static ReadFloat ( byte bin, int offset ) : float | ||
bin | byte | |
offset | int | |
return | float |
public static ReadInt ( |
||
mb | ||
offset | int | |
return | int |
public static ReadInt ( byte bin, int offset ) : int | ||
bin | byte | |
offset | int | |
return | int |
public static ReadLong ( |
||
bin | ||
offset | int | |
return | long |
public static ReadLong ( byte bin, int offset ) : long | ||
bin | byte | |
offset | int | |
return | long |
public static ReadShort ( |
||
bin | ||
offset | int | |
return | short |
public static ReadShort ( byte bin, int offset ) : short | ||
bin | byte | |
offset | int | |
return | short |
public static ReadString ( |
||
b | ||
offset | int | |
bytelength | int | |
return | string |
public static ReadString ( System s, int &len ) : string | ||
s | System | |
len | int | |
return | string |
public static ReadString ( byte bin, int offset, int &bytelength ) : string | ||
bin | byte | |
offset | int | |
bytelength | int | |
return | string |
protected static SwapEndianism ( byte data, int offset, int length ) : void | ||
data | byte | |
offset | int | |
length | int | |
return | void |
public static WriteDouble ( double value, Stream s ) : void | ||
value | double | |
s | Stream | |
return | void |
public static WriteDouble ( double value, byte target, int offset ) : void | ||
value | double | |
target | byte | |
offset | int | |
return | void |
public static WriteFlag ( bool flag, byte target, int offset ) : void | ||
flag | bool | |
target | byte | |
offset | int | |
return | void |
public static WriteFloat ( float value, Stream s ) : void | ||
value | float | |
s | Stream | |
return | void |
public static WriteFloat ( float value, byte target, int offset ) : void | ||
value | float | |
target | byte | |
offset | int | |
return | void |
public static WriteInt ( int val, Stream s ) : void | ||
val | int | |
s | Stream | |
return | void |
public static WriteInt ( int val, byte target, int offset ) : void | ||
val | int | |
target | byte | |
offset | int | |
return | void |
public static WriteLong ( long val, Stream s ) : void | ||
val | long | |
s | Stream | |
return | void |
public static WriteLong ( long lval, byte target, int offset ) : void | ||
lval | long | |
target | byte | |
offset | int | |
return | void |
public static WriteShort ( short val, Stream s ) : void | ||
val | short | |
s | Stream | |
return | void |
public static WriteShort ( short val, byte target, int offset ) : void | ||
val | short | |
target | byte | |
offset | int | |
return | void |
public static WriteString ( string svalue, Stream s ) : int | ||
svalue | string | |
s | Stream | |
return | int |
public static WriteString ( string svalue, byte target, int offset ) : int | ||
svalue | string | |
target | byte | |
offset | int | |
return | int |
public static WriteUInt ( uint val, Stream s ) : void | ||
val | uint | |
s | Stream | |
return | void |
public static WriteUInt ( uint val, byte target, int offset ) : void | ||
val | uint | |
target | byte | |
offset | int | |
return | void |
public static WriteULong ( ulong val, Stream s ) : void | ||
val | ulong | |
s | Stream | |
return | void |
public static WriteUShort ( ushort val, Stream s ) : void | ||
val | ushort | |
s | Stream | |
return | void |
public static WriteUShort ( ushort val, byte target, int offset ) : void | ||
val | ushort | |
target | byte | |
offset | int | |
return | void |