C# 클래스 System.IO.BinaryWriter

상속: IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Null BinaryWriter

보호된 프로퍼티들

프로퍼티 타입 설명
OutStream Stream

공개 메소드들

메소드 설명
BinaryWriter ( Stream output ) : System.Text
BinaryWriter ( Stream output, Encoding encoding ) : System.Text
BinaryWriter ( Stream output, Encoding encoding, bool leaveOpen ) : System.Text
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

메소드 상세

BinaryWriter() 보호된 메소드

protected BinaryWriter ( ) : System.Text
리턴 System.Text

BinaryWriter() 공개 메소드

public BinaryWriter ( Stream output ) : System.Text
output Stream
리턴 System.Text

BinaryWriter() 공개 메소드

public BinaryWriter ( Stream output, Encoding encoding ) : System.Text
output Stream
encoding System.Text.Encoding
리턴 System.Text

BinaryWriter() 공개 메소드

public BinaryWriter ( Stream output, Encoding encoding, bool leaveOpen ) : System.Text
output Stream
encoding System.Text.Encoding
leaveOpen bool
리턴 System.Text

Close() 공개 메소드

Override Dispose(bool) instead of Close(). This API exists for compatibility purposes.
public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( int offset, SeekOrigin origin ) : long
offset int
origin SeekOrigin
리턴 long

Write() 공개 메소드

public Write ( bool value ) : void
value bool
리턴 void

Write() 공개 메소드

public Write ( byte value ) : void
value byte
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int index, int count ) : void
buffer byte
index int
count int
리턴 void

Write() 공개 메소드

public Write ( char ch ) : void
ch char
리턴 void

Write() 공개 메소드

public Write ( char chars, int index, int count ) : void
chars char
index int
count int
리턴 void

Write() 공개 메소드

public Write ( decimal value ) : void
value decimal
리턴 void

Write() 공개 메소드

public Write ( double value ) : void
value double
리턴 void

Write() 공개 메소드

public Write ( float value ) : void
value float
리턴 void

Write() 공개 메소드

public Write ( int value ) : void
value int
리턴 void

Write() 공개 메소드

public Write ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( short value ) : void
value short
리턴 void

Write() 공개 메소드

public Write ( string value ) : void
value string
리턴 void

Write7BitEncodedInt() 보호된 메소드

protected Write7BitEncodedInt ( int value ) : void
value int
리턴 void

프로퍼티 상세

Null 공개적으로 정적으로 프로퍼티

public static BinaryWriter,System.IO Null
리턴 BinaryWriter

OutStream 보호되어 있는 프로퍼티

protected Stream,System.IO OutStream
리턴 Stream