Method | Description | |
---|---|---|
BinaryHelper ( |
||
ReadByte ( ) : byte | ||
ReadByte ( |
||
ReadByte ( |
||
ReadByte ( int index ) : byte | ||
ReadBytes ( |
||
ReadBytes ( |
||
ReadBytes ( int size ) : byte[] | ||
ReadBytes ( int size, int index ) : byte[] | ||
ReadInt ( ) : int | ||
ReadInt ( |
||
ReadInt ( |
||
ReadInt ( int index ) : int | ||
ReadLong ( ) : long | ||
ReadLong ( |
||
ReadLong ( |
||
ReadLong ( int index ) : long | ||
ReadShort ( ) : short | ||
ReadShort ( |
||
ReadShort ( |
||
ReadShort ( int index ) : short | ||
ReadString ( ) : string | ||
ReadString ( |
||
ReadString ( |
||
ReadString ( int index ) : string | ||
ReadTriad ( ) : |
||
ReadTriad ( |
||
ReadTriad ( |
||
ReadTriad ( int index ) : |
||
Reset ( |
||
Reset ( |
||
Reset ( ) : void | ||
Reset ( byte data ) : void | ||
WriteByte ( |
||
WriteByte ( |
||
WriteByte ( byte b ) : void | ||
WriteByte ( byte b, int index ) : void | ||
WriteBytes ( |
||
WriteBytes ( |
||
WriteBytes ( byte bs ) : void | ||
WriteBytes ( byte bs, int index ) : void | ||
WriteFloat ( MemoryStream stream, float f ) : void | ||
WriteFloat ( MemoryStream stream, float f, int index ) : void | ||
WriteFloat ( float f ) : void | ||
WriteFloat ( float f, int index ) : void | ||
WriteInt ( MemoryStream stream, int i ) : void | ||
WriteInt ( MemoryStream stream, int i, int index ) : void | ||
WriteInt ( int i ) : void | ||
WriteInt ( int i, int index ) : void | ||
WriteLong ( MemoryStream stream, long l ) : void | ||
WriteLong ( MemoryStream stream, long l, int index ) : void | ||
WriteLong ( long l ) : void | ||
WriteLong ( long l, int index ) : void | ||
WriteShort ( MemoryStream stream, short s ) : void | ||
WriteShort ( MemoryStream stream, short s, int index ) : void | ||
WriteShort ( short s ) : void | ||
WriteShort ( short s, int index ) : void | ||
WriteString ( MemoryStream stream, string s ) : void | ||
WriteString ( MemoryStream stream, string s, int index ) : void | ||
WriteString ( string s ) : void | ||
WriteString ( string s, int index ) : void | ||
WriteTriad ( MemoryStream stream, Triad t ) : void | ||
WriteTriad ( MemoryStream stream, Triad t, int index ) : void | ||
WriteTriad ( Triad t ) : void | ||
WriteTriad ( Triad t, int index ) : void |
public BinaryHelper ( |
||
stream | ||
return | System |
public static ReadByte ( |
||
stream | ||
return | byte |
public static ReadByte ( |
||
stream | ||
index | int | |
return | byte |
public static ReadBytes ( |
||
stream | ||
size | int | |
return | byte[] |
public static ReadBytes ( |
||
stream | ||
size | int | |
index | int | |
return | byte[] |
public ReadBytes ( int size, int index ) : byte[] | ||
size | int | |
index | int | |
return | byte[] |
public static ReadInt ( |
||
stream | ||
return | int |
public static ReadInt ( |
||
stream | ||
index | int | |
return | int |
public static ReadLong ( |
||
stream | ||
return | long |
public static ReadLong ( |
||
stream | ||
index | int | |
return | long |
public static ReadShort ( |
||
stream | ||
return | short |
public static ReadShort ( |
||
stream | ||
index | int | |
return | short |
public static ReadString ( |
||
stream | ||
return | string |
public static ReadString ( |
||
stream | ||
index | int | |
return | string |
public static ReadTriad ( |
||
stream | ||
return |
public static ReadTriad ( |
||
stream | ||
index | int | |
return |
public static Reset ( |
||
stream | ||
return |
public static Reset ( |
||
stream | ||
data | byte | |
return |
public static WriteByte ( |
||
stream | ||
b | byte | |
return | void |
public static WriteByte ( |
||
stream | ||
b | byte | |
index | int | |
return | void |
public WriteByte ( byte b, int index ) : void | ||
b | byte | |
index | int | |
return | void |
public static WriteBytes ( |
||
stream | ||
bs | byte | |
return | void |
public static WriteBytes ( |
||
stream | ||
bs | byte | |
index | int | |
return | void |
public WriteBytes ( byte bs, int index ) : void | ||
bs | byte | |
index | int | |
return | void |
public static WriteFloat ( MemoryStream stream, float f ) : void | ||
stream | MemoryStream | |
f | float | |
return | void |
public static WriteFloat ( MemoryStream stream, float f, int index ) : void | ||
stream | MemoryStream | |
f | float | |
index | int | |
return | void |
public WriteFloat ( float f, int index ) : void | ||
f | float | |
index | int | |
return | void |
public static WriteInt ( MemoryStream stream, int i ) : void | ||
stream | MemoryStream | |
i | int | |
return | void |
public static WriteInt ( MemoryStream stream, int i, int index ) : void | ||
stream | MemoryStream | |
i | int | |
index | int | |
return | void |
public static WriteLong ( MemoryStream stream, long l ) : void | ||
stream | MemoryStream | |
l | long | |
return | void |
public static WriteLong ( MemoryStream stream, long l, int index ) : void | ||
stream | MemoryStream | |
l | long | |
index | int | |
return | void |
public WriteLong ( long l, int index ) : void | ||
l | long | |
index | int | |
return | void |
public static WriteShort ( MemoryStream stream, short s ) : void | ||
stream | MemoryStream | |
s | short | |
return | void |
public static WriteShort ( MemoryStream stream, short s, int index ) : void | ||
stream | MemoryStream | |
s | short | |
index | int | |
return | void |
public WriteShort ( short s, int index ) : void | ||
s | short | |
index | int | |
return | void |
public static WriteString ( MemoryStream stream, string s ) : void | ||
stream | MemoryStream | |
s | string | |
return | void |
public static WriteString ( MemoryStream stream, string s, int index ) : void | ||
stream | MemoryStream | |
s | string | |
index | int | |
return | void |
public WriteString ( string s, int index ) : void | ||
s | string | |
index | int | |
return | void |
public static WriteTriad ( MemoryStream stream, Triad t ) : void | ||
stream | MemoryStream | |
t | Triad | |
return | void |
public static WriteTriad ( MemoryStream stream, Triad t, int index ) : void | ||
stream | MemoryStream | |
t | Triad | |
index | int | |
return | void |
public WriteTriad ( Triad t, int index ) : void | ||
t | Triad | |
index | int | |
return | void |