|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ByteParser | Interface for reading binary data. |
| Class Summary | |
|---|---|
| ByteArrayByteParser | Class that wraps a byte array and offers tools for reading the array. |
| ByteSerializer | A class that wraps a byte array for stream-type writing. |
| ByteToolkit | |
| CountInputStream | |
| Enumerator | |
| FileToolkit | FileToolkit class contains file utility functions. |
| ImmutableEmptyIterator<E> | |
| ImmutableEmptyList<E> | |
| ImmutableEmptyListIterator<E> | |
| IOToolkit | |
| Range | |
| StopWatch | Utility class for measuring the duration of tasks for informal uses. |
| StreamByteParser | A ByteParser subclass providing parsing of a stream
instead of a byte array (as is the case with ByteParser class). |
| StreamRedirector | Reads an InputStream in a loop for as long as there is
data available, writing the data, line-by-line to a PrintStream. |
| Wrapper<E> | Wrapper class A wrapper class used in Swing classes(JList, JTable, JComboBox,...) that has a separate textual display String and content object. |
| Exception Summary | |
|---|---|
| ParsingException | An unchecked exception indicating a parsing error during the parsing of a classfile. |
Utility classes used by both reJ API and GUI. These classes deal include byte processing functionality, immutable lists, stream redirection and other general utility classes.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||