Свойство | Тип | Описание | |
---|---|---|---|
Null |
Свойство | Тип | Описание | |
---|---|---|---|
OutStream |
Метод | Описание | |
---|---|---|
BinaryWriter ( |
||
BinaryWriter ( |
||
BinaryWriter ( |
||
Close ( ) : void | Override Dispose(bool) instead of Close(). This API exists for compatibility purposes. | |
Dispose ( ) : void | ||
Flush ( ) : void | ||
Seek ( int offset, SeekOrigin origin ) : long | ||
Write ( bool value ) : void | ||
Write ( byte value ) : void | ||
Write ( byte buffer, int index, int count ) : void | ||
Write ( char ch ) : void | ||
Write ( char chars, int index, int count ) : void | ||
Write ( decimal value ) : void | ||
Write ( double value ) : void | ||
Write ( float value ) : void | ||
Write ( int value ) : void | ||
Write ( long value ) : void | ||
Write ( short value ) : void | ||
Write ( string value ) : void |
Метод | Описание | |
---|---|---|
BinaryWriter ( ) : System.Text | ||
Dispose ( bool disposing ) : void | ||
Write7BitEncodedInt ( int value ) : void |
Метод | Описание | |
---|---|---|
Write ( sbyte value ) : void | ||
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
Write ( ushort value ) : void |
public BinaryWriter ( |
||
output | ||
Результат | System.Text |
public BinaryWriter ( |
||
output | ||
encoding | ||
Результат | System.Text |
public BinaryWriter ( |
||
output | ||
encoding | ||
leaveOpen | bool | |
Результат | System.Text |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Seek ( int offset, SeekOrigin origin ) : long | ||
offset | int | |
origin | SeekOrigin | |
Результат | long |
public Write ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
Результат | void |
public Write ( char chars, int index, int count ) : void | ||
chars | char | |
index | int | |
count | int | |
Результат | void |
protected Write7BitEncodedInt ( int value ) : void | ||
value | int | |
Результат | void |
public static BinaryWriter,System.IO Null | ||
Результат |