Method |
Description |
|
OutputMemoryStream ( ) : System |
|
|
OutputMemoryStream ( int length ) : System |
|
|
ToBuffer ( ) : ArraySegment |
|
|
WriteBytes ( byte data ) : void |
|
|
WriteDouble ( double value ) : void |
|
|
WriteFloat ( float value ) : void |
|
|
WriteString ( string value ) : void |
|
|
WriteUInt16 ( ushort value ) : void |
|
|
WriteUInt32 ( uint value ) : void |
|
|
WriteUInt64 ( ulong value ) : void |
|
|
WriteUInt8 ( byte value ) : void |
|
|
WriteVarUInt16 ( ushort value ) : void |
|
|
WriteVarUInt32 ( uint value ) : void |
|
|
WriteVarUInt64 ( ulong value ) : void |
|
|