|
| interface | IReader |
| | A helper class to read content from a specified input stream. This class is a high level interface added to ease testability of component that use it. More...
|
| |
| interface | IWriter |
| | A helper class to write a given value to a specified output stream. This class is a high level interface added to ease testability of component that use it. More...
|
| |
| class | Reader |
| | A helper class to read content from a specified input stream. More...
|
| |
| class | Writer |
| | A helper class to write a given value to a specified file. More...
|
| |