프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
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 |