Interface | Description |
---|---|
IOProgressListener |
Classes that implement this interface can be informed about the progress of reading and writing
data.
|
Savable | |
StreamLocationProvider |
Interface to be implemented by classes (e.g.
|
W3CXSConstants |
Provides constants for built-in XSD data types.
|
Class | Description |
---|---|
AbstractSaver | |
ContentExtensionFileFilter |
An abstract file filter that allows to test the content of a file to determine whether it is accepted by this filter.
|
DefaultNameManager | |
ExtensionFileFilter |
A file filter that both inherits from the Swing class
FileFilter and implements
both the Java I/O interfaces FileFilter and FilenameFilter . |
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.
|
LimitedInputStream |
Guarantees that no more bytes as specified are read from the decorated reader.
|
LimitedReader |
Guarantees that no more characters as specified are read from the decorated reader.
|
PeekReader |
Reader implementation that allows to peek upcoming characters from the underlying reader.
|
PeekReader.ReadResult |
Stores information about the result of a read operation, as it is returned by some methods of
PeekReader . |
StreamLocation |
A read only implementation of
StreamLocationProvider , which can be used to store
a static location. |
StreamLocationProviderOffsetComparator |
Comparator for instances of
StreamLocationProvider , which uses
StreamLocationProvider.getCharacterOffset() as the only comparison criterion. |
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.
|
Enum | Description |
---|---|
ContentExtensionFileFilter.TestStrategy |
Determines the way instances of
ContentExtensionFileFilter determine which files are valid. |
Exception | Description |
---|---|
ClosingNotAllowedException |
This exception is thrown by
LimitedReader or LimitedInputStream if their close() method is called
while closing these streams is prohibited. |
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. |