|
Class Summary |
| Base64 |
Routines for converting between Strings of base64-encoded data and arrays of
binary data. |
| BinaryDataFormat |
The BinaryDataFormat class describes the byte order and primitive
data type sizes for binary numeric data. |
| FileFactory |
Operations include creating appropriately typed GeneralFile and
GeneralRandomAccessFile objects. |
| GeneralAccount |
An object to hold the user information used when connecting
to a file system. |
| GeneralFile |
An abstract representation of file and directory pathnames. |
| GeneralFileInputStream |
A GeneralFileInputStream obtains input bytes from a file in a file system. |
| GeneralFileOutputStream |
A GeneralFileOutputStream writes bytes to a file in a file system. |
| GeneralFileSystem |
The GeneralFileSystem class is the common superclass for connection
implementations to any file system. |
| GeneralRandomAccessFile |
Instances of this class support I/O on random-access binary files. |
| Host |
The Host class describes important attributes of the current host
processor, compiler, and operating system. |
| MetaDataCondition |
A "meta data condition" describes a conditional expression to
be used to guide a metadata query. |
| MetaDataField |
A "meta data field" is an attribute of a file. |
| MetaDataGroup |
A "Meta data group" is a group of meta data fields. |
| MetaDataRecordList |
The results of a query. |
| MetaDataSelect |
A "meta data select" indicates a single field that should be returned
on a query. |
| MetaDataSet |
A "Meta data group" is a group of meta data fields. |
| MetaDataTable |
|
| MetaDataValueEnum |
Some meta data fields have a specific list of values that they
allow. |
| Protocol |
|
| ProtocolCatalog |
The ProtocolCatalog stores all the metadata query protocols available
for querying. |
| RemoteAccount |
An object to hold the user information used when connecting
to a remote file system. |
| RemoteFile |
An abstract representation of file and directory pathnames on a
remote server. |
| RemoteFileInputStream |
A GeneralFileInputStream obtains input bytes from a file in a file system. |
| RemoteFileOutputStream |
A RemoteFileOutputStream writes bytes to a file in a file system. |
| RemoteFileSystem |
The RemoteFileSystem class is the common superclass for connection
implementations to remote file systems. |
| RemoteRandomAccessFile |
An abstract class which extends GeneralRandomAccessFile to create
remote random access files. |