Interface | Description |
---|---|
IOProgressListener |
Classes that implement this interface can be informed about the progress of reading and writing
data.
|
Savable |
Class | Description |
---|---|
AbstractSaver | |
DefaultNameManager | |
FormatVersion |
Stores the version of a format (e.g.
|
InternationalFileFilter | |
IOProgressListenerAdapter |
An abstract adapter class for receiving IO progress events.
|
IOProgressListenerVector |
This class can be used if several profress listeners should be informed about the same process.
|
IOUtils |
This class provides general tools for reading and writing data.
|
TableReader |
Implements reading a table from a text file two a two dimensional array with
String objects. |
TextReader |
Offers methods that read the whole content of a text file and return it as a string.
|
XMLUtils |
Tools to work with XML data.
|
Exception | Description |
---|---|
InvalidXSDPathException |
This exception is thrown by
XMLUtils.extractXSDFileName(javax.xml.stream.events.StartElement) if the
value of the xsi:schemaLocation attribute is not a valid path. |