C# Class Sharpen.FileOutputStream

Inheritance: OutputStream
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FileOutputStream ( FilePath file ) : System
file FilePath
Résultat System

FileOutputStream() public méthode

public FileOutputStream ( FilePath file, bool append ) : System
file FilePath
append bool
Résultat System

FileOutputStream() public méthode

public FileOutputStream ( string file ) : System
file string
Résultat System

FileOutputStream() public méthode

public FileOutputStream ( string file, bool append ) : System
file string
append bool
Résultat System

GetChannel() public méthode

public GetChannel ( ) : FileChannel
Résultat FileChannel