See: Description
Interface | Description |
---|---|
BinaryDataSourceLoader |
Helper class to dynamically load binary data used as
DataSource 's. |
InputStreamProvider |
Provider class to get arbitrary binary data as input stream.
|
TypeProvider |
Provider class to get some pieces of information about data resources (files, VFS files etc.).
|
Class | Description |
---|---|
AbstractDataSource |
Data source implementation representing arbitrary binary data.
|
FileTypeFactory |
Factory class for vending various objects (here of type
Hashtable ). |
IOUtils |
This class holds various methods for common use.
|
LoopMounter |
Standalone utility class to automatically mount Loop AES devices/containers under Linux.
|
StraightStreamReader |
A StraightStreamReader is a bridge from byte streams to character streams: It reads bytes and
translates them into characters without using a character encoding.
|
StreamRedirector |
Helper class to print either stdin or stdout from external processes for Ant tasks.
|
SuffixFilter |
Can be used to accept files in
JFileChooser objects and for use with
File objects (interface FileFilter ). |
ZIPUtils |
This class holds various methods around ZIP archives.
|
StraightStreamReader
which
bridges directly between the character based readers and byte based streams of Java. For
instance it can be utilized for lexical scanners generated with JFlex.
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.