Method | Description | |
---|---|---|
Dispose ( ) : void | ||
OFStream ( string filename ) : System | ||
OFStream ( string filename, bool is_append ) : System | ||
close ( ) : void | ||
is_open ( ) : bool | ||
open ( string filename ) : void | ||
open ( string filename, bool is_append ) : void |
Method | Description | |
---|---|---|
OFStream ( |
||
getCPtr ( |
||
getCPtrAndDisown ( |
public OFStream ( string filename, bool is_append ) : System | ||
filename | string | |
is_append | bool | |
return | System |
public open ( string filename, bool is_append ) : void | ||
filename | string | |
is_append | bool | |
return | void |