|
Class Summary |
| DecodingBase64OutputStream |
Wraps an OutputStream with a Base64 decoder, so when you "write" to the
stream, you write Strings of Base64-encoded characters, but the OutputStream
receives decoded bytes. |
| EncodingBase64InputStream |
Wraps an InputStream with a Base64 encoder, so when you "read" from the
stream, you don't get bytes from the InputStream, you get Strings of
Base64-encoded characters. |
| FileMovingUtil |
Provides a workaround to the fact that
java.io.File.renameTo(java.io.File) doesn't work across NFS file
systems. |
| JournalHelper |
A collection of utility methods for use in the Journal classes. |
| JournalTempFile |
Subclass of File is used as a marker. |
| ParameterHelper |
A collection of utility methods to help the Journal classes to read parameter
values. |
| PasswordCipher |
Encipher the password so we aren't writing it to the file in clear. |