Метод | Описание | |
---|---|---|
FileOutputStream ( |
||
FileOutputStream ( |
||
FileOutputStream ( string file ) : System | ||
FileOutputStream ( string file, bool append ) : System | ||
GetChannel ( ) : FileChannel |
public FileOutputStream ( |
||
file | ||
Результат | System |
public FileOutputStream ( |
||
file | ||
append | bool | |
Результат | System |
public FileOutputStream ( string file ) : System | ||
file | string | |
Результат | System |
public FileOutputStream ( string file, bool append ) : System | ||
file | string | |
append | bool | |
Результат | System |