Method | Description | |
---|---|---|
BytesToDebugString ( byte byteArray ) : string | ||
BytesToDebugString ( byte byteArray, int index ) : string | ||
CopyTo ( this sourceStream, Stream targetStream, int sourceIndex, long length ) : void | ||
DisposeProperties ( this disposableObject ) : void | ||
GetBuffer ( Stream stream, int index ) : byte[] | ||
GetMemoryStream ( this stream, int index ) : |
||
LoadProperties ( object baseObject, Stream stream, int index, Collection |
||
SetRawData ( this package ) : |
||
ToInt16 ( this me ) : short | ||
ToInt32 ( this me ) : int | ||
ToInt64 ( this me ) : long | ||
ToSingle ( this me ) : float | ||
Write ( this me, |
||
Write ( this me, |
||
Write ( this me, byte data ) : void | ||
Write ( this me, float data ) : void | ||
Write ( this me, int data ) : void | ||
Write ( this me, long data ) : void | ||
Write ( this me, short data ) : void |
Method | Description | |
---|---|---|
GetIntermediateType ( |
||
LoadProperty ( object baseObject, |
||
SetProperty ( |
||
WriteToStream ( |
public static BytesToDebugString ( byte byteArray ) : string | ||
byteArray | byte | |
return | string |
public static BytesToDebugString ( byte byteArray, int index ) : string | ||
byteArray | byte | |
index | int | |
return | string |
public static CopyTo ( this sourceStream, Stream targetStream, int sourceIndex, long length ) : void | ||
sourceStream | this | |
targetStream | Stream | |
sourceIndex | int | |
length | long | |
return | void |
public static DisposeProperties ( this disposableObject ) : void | ||
disposableObject | this | |
return | void |
public static GetBuffer ( Stream stream, int index ) : byte[] | ||
stream | Stream | |
index | int | |
return | byte[] |
public static GetMemoryStream ( this stream, int index ) : |
||
stream | this | |
index | int | |
return |
public static LoadProperties ( object baseObject, Stream stream, int index, Collection |
||
baseObject | object | |
stream | Stream | |
index | int | |
errors | Collection |
|
return | int |
public static SetRawData ( this package ) : |
||
package | this | |
return |
public static Write ( this me, |
||
me | this | |
data | ||
return | void |
public static Write ( this me, |
||
me | this | |
enumeration | ||
return | void |
public static Write ( this me, byte data ) : void | ||
me | this | |
data | byte | |
return | void |
public static Write ( this me, float data ) : void | ||
me | this | |
data | float | |
return | void |
public static Write ( this me, int data ) : void | ||
me | this | |
data | int | |
return | void |
public static Write ( this me, long data ) : void | ||
me | this | |
data | long | |
return | void |
public static Write ( this me, short data ) : void | ||
me | this | |
data | short | |
return | void |