Метод | Описание | |
---|---|---|
BufferedBinaryWriter ( Stream stream ) : System |
Creates a new BufferedBinaryWriter instance.
|
|
BufferedBinaryWriter ( Stream stream, |
Creates a new BufferedBinaryWriter instance.
|
|
BufferedBinaryWriter ( Stream stream, |
Creates a new BufferedBinaryWriter instance.
|
|
BufferedBinaryWriter ( Stream stream, bool useLittleEndian ) : System |
Creates a new BufferedBinaryWriter instance.
|
|
Flush ( ) : void |
Flushes this instance.
|
|
GetNumBits ( float floatValue ) : uint |
Gets the num bits.
|
|
GetNumBits ( int number ) : uint |
Gets the num bits.
|
|
GetNumBits ( long number ) : uint |
Gets the num bits.
|
|
GetNumBits ( long number, bool signed ) : uint |
Gets the num bits.
|
|
GetNumBits ( short number ) : uint |
Gets the num bits.
|
|
GetNumBits ( uint number ) : uint |
Gets the num bits.
|
|
GetNumBits ( ushort number ) : uint |
Gets the num bits.
|
|
Seek ( int offset, SeekOrigin origin ) : long |
Seeks the specified offset.
|
|
SynchBits ( ) : void |
Synchronizes the bits.
|
|
Write ( bool value ) : void |
Writes the specified value.
|
|
Write ( byte value ) : void |
Writes the specified value.
|
|
Write ( byte buffer, int index, int count ) : void |
Writes the specified buffer.
|
|
Write ( char ch ) : void |
Writes the specified ch.
|
|
Write ( char chars, int index, int count ) : void |
Writes the specified chars.
|
|
Write ( decimal value ) : void |
Writes the specified value.
|
|
Write ( double value ) : void |
Writes the specified value.
|
|
Write ( float value ) : void |
Writes the specified value.
|
|
Write ( int value ) : void |
Writes the specified value.
|
|
Write ( long value ) : void |
Writes the specified value.
|
|
Write ( sbyte value ) : void |
Writes the specified value.
|
|
Write ( short value ) : void |
Writes the specified value.
|
|
Write ( string value ) : void |
Writes the specified value.
|
|
Write ( uint value ) : void |
Writes the specified value.
|
|
Write ( ulong value ) : void |
Writes the specified value.
|
|
Write ( ushort value ) : void |
Writes the specified value.
|
|
WriteAt ( uint value, long position ) : void |
Writes at.
|
|
WriteAt ( ushort value, long position ) : void |
Writes at.
|
|
WriteBoolean ( bool value ) : void |
Writes the boolean.
|
|
WriteFBits ( float value, uint numberOfBits ) : void |
Writes the Fixed bits.
|
|
WriteFWord ( float value, uint mantissaSize, uint fractionSize ) : void |
Writes the Fixed word.
|
|
WriteSBits ( int value, uint numberOfBits ) : void |
Writes signed bits.
|
|
WriteSBits ( long value, uint numberOfBits ) : void |
Writes signed bits.
|
|
WriteSBits ( short value, uint numberOfBits ) : void |
Writes signed bits.
|
|
WriteString ( string value ) : void |
Writes the string.
|
|
WriteString ( string value, uint size ) : void |
Writes the string.
|
|
WriteUBits ( long value, uint numberOfBits ) : void |
Writes unsigned bits.
|
|
WriteUBits ( uint value, uint numberOfBits ) : void |
Writes unsigned bits.
|
|
WriteUBits ( ushort value, uint numberOfBits ) : void |
Writes unsigned bits.
|
Метод | Описание | |
---|---|---|
WriteInternal ( byte bytes, int length ) : void |
Writes the specified number of bytes from the start of the given byte array, after checking whether or not the writer has been disposed.
|
public BufferedBinaryWriter ( Stream stream ) : System | ||
stream | Stream | Stream. |
Результат | System |
public BufferedBinaryWriter ( Stream stream, |
||
stream | Stream | Stream. |
encodingMode | Encoding mode. | |
Результат | System |
public BufferedBinaryWriter ( Stream stream, |
||
stream | Stream | Stream. |
encodingMode | Encoding mode. | |
useLittleEndian | bool | Use little endian. |
Результат | System |
public BufferedBinaryWriter ( Stream stream, bool useLittleEndian ) : System | ||
stream | Stream | Stream. |
useLittleEndian | bool | Use little endian. |
Результат | System |
public static GetNumBits ( float floatValue ) : uint | ||
floatValue | float | Value. |
Результат | uint |
public static GetNumBits ( int number ) : uint | ||
number | int | Number. |
Результат | uint |
public static GetNumBits ( long number ) : uint | ||
number | long | Number. |
Результат | uint |
public static GetNumBits ( long number, bool signed ) : uint | ||
number | long | Number. |
signed | bool | Signed. |
Результат | uint |
public static GetNumBits ( short number ) : uint | ||
number | short | Number. |
Результат | uint |
public static GetNumBits ( uint number ) : uint | ||
number | uint | Number. |
Результат | uint |
public static GetNumBits ( ushort number ) : uint | ||
number | ushort | Number. |
Результат | uint |
public Seek ( int offset, SeekOrigin origin ) : long | ||
offset | int | Offset. |
origin | SeekOrigin | Origin. |
Результат | long |
public Write ( byte buffer, int index, int count ) : void | ||
buffer | byte | Buffer. |
index | int | Index. |
count | int | Count. |
Результат | void |
public Write ( char chars, int index, int count ) : void | ||
chars | char | Chars. |
index | int | Index. |
count | int | Count. |
Результат | void |
public WriteAt ( uint value, long position ) : void | ||
value | uint | Value. |
position | long | Position. |
Результат | void |
public WriteAt ( ushort value, long position ) : void | ||
value | ushort | Value. |
position | long | Position. |
Результат | void |
public WriteBoolean ( bool value ) : void | ||
value | bool | Value. |
Результат | void |
public WriteFBits ( float value, uint numberOfBits ) : void | ||
value | float | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteFWord ( float value, uint mantissaSize, uint fractionSize ) : void | ||
value | float | Value. |
mantissaSize | uint | Size of the mantissa. |
fractionSize | uint | Size of the fraction. |
Результат | void |
public WriteSBits ( int value, uint numberOfBits ) : void | ||
value | int | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteSBits ( long value, uint numberOfBits ) : void | ||
value | long | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteSBits ( short value, uint numberOfBits ) : void | ||
value | short | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteString ( string value ) : void | ||
value | string | Value. |
Результат | void |
public WriteString ( string value, uint size ) : void | ||
value | string | Value. |
size | uint | Size. |
Результат | void |
public WriteUBits ( long value, uint numberOfBits ) : void | ||
value | long | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteUBits ( uint value, uint numberOfBits ) : void | ||
value | uint | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |
public WriteUBits ( ushort value, uint numberOfBits ) : void | ||
value | ushort | Value. |
numberOfBits | uint | Number of bits. |
Результат | void |