#include <PrintStream.h>
Inheritance diagram for rnaml::PrintStream:

Public Methods | |
| PrintStream (OutputStream *os) | |
| Initializes the object. | |
| void | print (char c) |
| Prints a character. | |
| void | print (const char *s) |
| Prints a string. | |
| void | print (float f) |
| Prints a float. | |
| void | print (double d) |
| Prints a double. | |
| void | print (int i) |
| Prints an integer. | |
| void | print (unsigned int u) |
| Prints an unsigned integer. | |
| void | print (long l) |
| Prints a long. | |
| void | println () |
| Prints a newline. | |
|
|
Initializes the object. The OutputStream os is deleted on succcessful initialisation. |
|
|
Prints a long.
|
|
|
Prints an unsigned integer.
|
|
|
Prints an integer.
|
|
|
Prints a double.
|
|
|
Prints a float.
|
|
|
Prints a string.
|
|
|
Prints a character.
|
|
|
Prints a newline.
|
1.2.18