Méthode |
Description |
|
BufferValueWriter ( byte buffer ) : System |
|
|
Flush ( ) : void |
|
|
InsertBytes ( int offset, byte value, int valueOffset, int length ) : void |
|
|
Pad ( int count ) : void |
|
|
ToArray ( ) : byte[] |
|
|
WriteBool ( bool value ) : bool |
|
|
WriteByte ( byte value ) : void |
|
|
WriteBytes ( byte value ) : void |
|
|
WriteBytes ( byte value, int offset, int length ) : void |
|
|
WriteDecimal ( decimal value ) : void |
|
|
WriteDouble ( double value ) : void |
|
|
WriteInt16 ( short value ) : void |
|
|
WriteInt32 ( int value ) : void |
|
|
WriteInt64 ( long value ) : void |
|
|
WriteSByte ( sbyte value ) : void |
|
|
WriteSingle ( float value ) : void |
|
|
WriteString ( Encoding encoding, string value ) : void |
|
|
WriteUInt16 ( ushort value ) : void |
|
|
WriteUInt32 ( uint value ) : void |
|
|
WriteUInt64 ( ulong value ) : void |
|
|