|
Class Summary |
| BufferedRandomAccessFile |
Replacement for RandomAccessFile to use buffered I/O as much as
possible. |
| PHXBlocker |
Class to simplify wait and notify calls. |
| PHXInternationalize |
Helper class to do internationalization. |
| PHXNewLineAddFilter |
Implementation of a FilterReader that basically does the
opposite of the PHXNewLineFilter, adding in the platform
dependent newlines from java style newlines '\n'. |
| PHXNewLineFilter |
Implementation of a FilterReader that processes out newlines into Java style
newlines '\n' with the same logic as BufferedReader.readLine() |