C# Class Sharpen.FileOutputStream

Inheritance: OutputStream
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
FileOutputStream ( FilePath file ) : System
FileOutputStream ( FilePath file, bool append ) : System
FileOutputStream ( string file ) : System
FileOutputStream ( string file, bool append ) : System
GetChannel ( ) : FileChannel

Method Details

FileOutputStream() public method

public FileOutputStream ( FilePath file ) : System
file FilePath
return System

FileOutputStream() public method

public FileOutputStream ( FilePath file, bool append ) : System
file FilePath
append bool
return System

FileOutputStream() public method

public FileOutputStream ( string file ) : System
file string
return System

FileOutputStream() public method

public FileOutputStream ( string file, bool append ) : System
file string
append bool
return System

GetChannel() public method

public GetChannel ( ) : FileChannel
return FileChannel