C# 클래스 J2534DotNet.Logger.FormattedStreamWriter

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: mkelly/J2534DotNet 1 사용 예제들

공개 메소드들

메소드 설명
FormattedStreamWriter ( Stream stream ) : System
FormattedStreamWriter ( Stream stream, Encoding encoding ) : System
FormattedStreamWriter ( Stream stream, Encoding encoding, int bufferSize ) : System
FormattedStreamWriter ( string path ) : System
FormattedStreamWriter ( string path, bool append ) : System
FormattedStreamWriter ( string path, bool append, Encoding encoding ) : System
FormattedStreamWriter ( string path, bool append, Encoding encoding, int bufferSize ) : System

메소드 상세

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( Stream stream ) : System
stream Stream
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( Stream stream, Encoding encoding ) : System
stream Stream
encoding System.Text.Encoding
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( Stream stream, Encoding encoding, int bufferSize ) : System
stream Stream
encoding System.Text.Encoding
bufferSize int
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( string path ) : System
path string
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( string path, bool append ) : System
path string
append bool
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( string path, bool append, Encoding encoding ) : System
path string
append bool
encoding System.Text.Encoding
리턴 System

FormattedStreamWriter() 공개 메소드

public FormattedStreamWriter ( string path, bool append, Encoding encoding, int bufferSize ) : System
path string
append bool
encoding System.Text.Encoding
bufferSize int
리턴 System