libsbml.OFStream.OFStream C# (CSharp) Method

OFStream() private method

private OFStream ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr System.IntPtr
cMemoryOwn bool
return System
        internal OFStream(IntPtr cPtr, bool cMemoryOwn)
            : base(libsbmlPINVOKE.OFStream_SWIGUpcast(cPtr), cMemoryOwn)
        {
            //super(libsbmlPINVOKE.OFStreamUpcast(cPtr), cMemoryOwn);
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

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