|
Class Summary |
| Dos2UnixOutputStream |
A filter outputstream that converts Windows formatted line breaks (#13#10 , \r\n) to
Unix formatted line breaks, i.e. removing all carriage return (#10 , \n) signs.
|
| FileCipherer |
Utility class for simple cipher/decipher of files.
|
| FileSplitter |
Utility class for splitting files into smaller parts.
|
| IOUtil |
I/O related utility methods.
|
| NullInputStream |
The class simulates the functionality provided by reading from /dev/null/.
|
| NullOutputStream |
This is an void outputstream that doesn't write anything.
|
| ObjectInputStreamMonitor |
The class that monitors an inputstream for incoming objects.
|
| RemoveCRLFOutputStream |
A filter outputstream that removes all line feed (#10) and carriage return (#13) signs.
|
| RemoveLineCommentOutputStream |
Removes all Java style line comments "//" from the outputstream.
|
| StackTraceLogger |
This is a singleton class enabling the logging of stacktraces to file.
|
| Unix2DosOutputStream |
A filter outputstream that converts Unix formatted line breaks (#10 , \n) to
Windows formatted line breaks, i.e. adding carriage return (#13#10 , \r\n) signs.
|