Modifier and Type | Class and Description |
---|---|
class |
OFStream |
class |
OStringStream |
Modifier and Type | Field and Description |
---|---|
static OStream |
libsbml.cerr
Stream handle for low-level C++ standard error stream.
|
static OStream |
libsbml.clog
Stream handle for low-level C++ standard logging stream.
|
static OStream |
libsbml.cout
Stream handle for low-level C++ standard output stream.
|
Modifier and Type | Method and Description |
---|---|
void |
SBMLDocument.printErrors(OStream stream)
Prints all the errors or warnings encountered trying to parse,
check, or translate this SBML document.
|
void |
SBMLDocument.printErrors(OStream stream,
long severity)
Prints all the errors or warnings with the given severity encountered
trying to parse, check, or translate this SBML document.
|
void |
XMLErrorLog.printErrors(OStream stream)
Prints all the errors or warnings stored in this error log.
|
void |
XMLErrorLog.printErrors(OStream stream,
long severity)
Prints the errors or warnings with given severity stored in this error log.
|
boolean |
SBMLWriter.writeSBML(SBMLDocument d,
OStream stream)
Writes the given SBML document to the output stream.
|
Constructor and Description |
---|
XMLOutputStream(OStream stream)
Creates a new
XMLOutputStream that wraps the given stream . |
XMLOutputStream(OStream stream,
java.lang.String encoding)
Creates a new
XMLOutputStream that wraps the given stream . |
XMLOutputStream(OStream stream,
java.lang.String encoding,
boolean writeXMLDecl)
Creates a new
XMLOutputStream that wraps the given stream . |
XMLOutputStream(OStream stream,
java.lang.String encoding,
boolean writeXMLDecl,
java.lang.String programName)
Creates a new
XMLOutputStream that wraps the given stream . |
XMLOutputStream(OStream stream,
java.lang.String encoding,
boolean writeXMLDecl,
java.lang.String programName,
java.lang.String programVersion)
Creates a new
XMLOutputStream that wraps the given stream . |