메소드 | 설명 | |
---|---|---|
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 |
public FileOutputStream ( string file, bool append ) | ||
file | string | |
append | bool |
public Seek ( long offset, System.IO origin ) : long | ||
offset | long | |
origin | System.IO | |
리턴 | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
리턴 | void |