C# 클래스 Sharpen.FileOutputStream

상속: OutputStream
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
FileOutputStream ( FilePath file ) : System
FileOutputStream ( FilePath file, bool append ) : System
FileOutputStream ( string file ) : System
FileOutputStream ( string file, bool append ) : System
GetChannel ( ) : FileChannel

메소드 상세

FileOutputStream() 공개 메소드

public FileOutputStream ( FilePath file ) : System
file FilePath
리턴 System

FileOutputStream() 공개 메소드

public FileOutputStream ( FilePath file, bool append ) : System
file FilePath
append bool
리턴 System

FileOutputStream() 공개 메소드

public FileOutputStream ( string file ) : System
file string
리턴 System

FileOutputStream() 공개 메소드

public FileOutputStream ( string file, bool append ) : System
file string
append bool
리턴 System

GetChannel() 공개 메소드

public GetChannel ( ) : FileChannel
리턴 FileChannel