Method | Description | |
---|---|---|
BinaryStreamWriter ( Stream stream ) : System | ||
WriteByte ( byte value ) : void | ||
WriteBytes ( byte buffer, int count ) : 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 | ||
WriteUInt16 ( ushort value ) : void | ||
WriteUInt32 ( uint value ) : void | ||
WriteUInt64 ( ulong value ) : void |
public BinaryStreamWriter ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public WriteBytes ( byte buffer, int count ) : void | ||
buffer | byte | |
count | int | |
return | void |