Om  1.0.0
A universal framework for multimedia simulation
Classes | Variables
om::io Namespace Reference

A namespace containing classes that provide functionality for streaming data input and output. More...

Classes

class  BinaryDecoder
 A class that handles decoding of standard types from binary data. More...
 
class  BinaryEncoder
 A class that handles encoding of standard types to binary data. More...
 
class  BinaryFormat
 A class that stores the global format parameters of a binary file. More...
 
class  DataInputStream
 A class/interface which represents an abstract read-only stream of data. More...
 
class  DataOutputStream
 A class/interface which represents an abstract write-only stream of data. More...
 
class  FileReader
 A class that allows the user to easily read from a file. More...
 
class  FileWriter
 A class that allows the user to easily write to a file. More...
 
class  Log
 A class that allows the user to print messages to an abstract string output stream. More...
 
class  PrintStream
 A class that allows the user to print messages/data to standard output. More...
 
class  StringInputStream
 A class that abstracts a source for a stream of character information. More...
 
class  StringOutputStream
 A class that abstracts a destination for a stream of character information. More...
 

Variables

Log Console
 The standard output log object, connected to standard output. More...
 

Detailed Description

A namespace containing classes that provide functionality for streaming data input and output.

Variable Documentation

Log om::io::Console

The standard output log object, connected to standard output.