C# Class libsbmlcs.OFStream

Inheritance: OStream
Mostrar archivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

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

Private Methods

Method Description
OFStream ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( OFStream obj ) : HandleRef
getCPtrAndDisown ( OFStream obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OFStream() public method

public OFStream ( string filename ) : System
filename string
return System

OFStream() public method

public OFStream ( string filename, bool is_append ) : System
filename string
is_append bool
return System

close() public method

public close ( ) : void
return void

is_open() public method

public is_open ( ) : bool
return bool

open() public method

public open ( string filename ) : void
filename string
return void

open() public method

public open ( string filename, bool is_append ) : void
filename string
is_append bool
return void