Property | Type | Description | |
---|---|---|---|
Null |
Property | Type | Description | |
---|---|---|---|
OutStream |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
BinaryWriter ( ) : System.Text | ||
Dispose ( bool disposing ) : void | ||
Write7BitEncodedInt ( int value ) : void |
Method | Description | |
---|---|---|
Write ( sbyte value ) : void | ||
Write ( uint value ) : void | ||
Write ( ulong value ) : void | ||
Write ( ushort value ) : void |
public BinaryWriter ( |
||
output | ||
return | System.Text |
public BinaryWriter ( |
||
output | ||
encoding | ||
return | System.Text |
public BinaryWriter ( |
||
output | ||
encoding | ||
leaveOpen | bool | |
return | System.Text |
public Seek ( int offset, SeekOrigin origin ) : long | ||
offset | int | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int index, int count ) : void | ||
buffer | byte | |
index | int | |
count | int | |
return | void |
public Write ( char chars, int index, int count ) : void | ||
chars | char | |
index | int | |
count | int | |
return | void |
protected Write7BitEncodedInt ( int value ) : void | ||
value | int | |
return | void |