See: Description
Interface | Description |
---|---|
Codec |
An interface for classes capable of reading and writing workbooks.
|
Class | Description |
---|---|
CLSCodec |
A codec for the native CleanSheets format that uses Java Serialization.
|
CodecFactory |
A factory for codecs.
|
CSVCodec |
A codec for comma-separated files.
|
DynamicObjectInputStream |
An object input stream that resolves class descriptors through a given
class loader, and thereby allowing dynamic deserialization.
|
FilenameExtensionFilter |
A filename filter for filtering on filename extensions.
|
NamedProperties |
An extension of properties, predetermined to be saved in a specified file.
|
Provides support for importing and exporting workbooks to and from various
file formats. Classes that can read and/or write Workbook
s
to/from files of a certain format should implement the Codec
interface. Codec
s must be named nnnCodec
where
nnn
is the extension of files of that format.
Also provided is a factory for accessing codecs, and some I/O related utility classes.