Package com.phoenix_int
Last update: 16.07.2025Interface Summary
| Interface | Description |
|---|---|
| PHXInternationalize.InternationalizedMessage | Interface for a lazily computed translation message. |
Class Summary
| Class | Description |
|---|---|
| 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() |