| Interface | Description |
|---|---|
| CompatibleVectorHints | |
| ExceptionListener | |
| LogOutputter | |
| ProgressListener | |
| ProgressNotifier | |
| Recyclable | |
| RecycleBin | |
| TempFileGenerator |
| Class | Description |
|---|---|
| Base64 |
Encodes and decodes to and from Base64 notation.
|
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BrowserLauncher |
Launches the user's default browser to display a web page.
|
| ByteTools |
Helper methods for working with byte arrays and XLS files.
|
| CompatibleBigDecimal | |
| CompatibleVector |
a Vector class designed to provide forwards compatibility for JDK1.1
programs.
|
| DefaultTempFileGeneratorImpl | |
| DelimitedValuesParser |
Stream parser for delimiter-separated values formats.
|
| ExtenClassLoader | |
| FastAddVector |
a Vector class designed to provide forwards compatibility for JDK1.1
programs.
|
| FastGetVector |
a Vector class designed to provide forwards compatibility
for JDK1.1 programs.
|
| FileFilter | |
| GenericRecycleBin |
A recycling cache, items are checked at intervals
|
| IndirectOutputStream |
An
IndirectOutputStream forwards all requests unmodified to
another output stream which may be changed at runtime. |
| InFile | |
| JFileWriter |
File utilities.
|
| Logger |
System-wide Logging facility
Logger can be used to output standardized messages to System.out and System.err, as well as to pluggable Logger implementations. |
| MD4Digest |
implementation of MD4 as RFC 1320 by R.
|
| Money |
Class Money
|
| OutFile | |
| ResourceLoader |
Resource Loader which implements a basic JNDI Context and performs:
Classloading mapped to variable names in properties files allows for easy
abstraction of implementation classes
Configuration strings loaded from properties files
Arbitrary resource binding
|
| StringTool |
A collection of useful methods for manipulating Strings.
|
| TempFileManager |
The TempFileManager allows for consolidated handling of all TempFiles used by OpenXLS.
|
| WriterOutputStream |
A
WriterOutputStream is a bridge from byte streams to character
streams: bytes written to it are decoded into characters using a specified
charset. |
| XSLConverterTool |
| Enum | Description |
|---|---|
| DelimitedValuesParser.Token |
Represents the type of a token.
|
| Exception | Description |
|---|---|
| Money.InvalidRoundingModeException |
Class InvalidRoundingModeException
|
| Money.InvalidScaleFactorException |
Class InvalidScaleFactorException
|
| RecycleBinFullException |
Copyright © 2002–2019 Starter Inc.. All rights reserved.