C# 클래스 Tamir.Streams.FileOutputStream

Summary description for FileInputStream.
상속: OutputStream
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
FileOutputStream ( string file )
FileOutputStream ( string file, bool append )
Flush ( ) : void
Seek ( long offset, System.IO origin ) : long
Write ( byte buffer, int offset, int count ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

FileOutputStream() 공개 메소드

public FileOutputStream ( string file )
file string

FileOutputStream() 공개 메소드

public FileOutputStream ( string file, bool append )
file string
append bool

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long offset, System.IO origin ) : long
offset long
origin System.IO
리턴 long

Write() 공개 메소드

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