|
Class Summary |
| Base64 |
base64 compression/decompression method for binary files. |
| Base64.InputStream |
A will read data from another, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
An OutputStream will write data to another OutputStream,
given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| BrowserLauncher |
BrowserLauncher is a class that provides one static method, openURL, which opens the default
web browser for the current user of the system to the given URL. |
| CollectionUtil |
Collection, Map and List processes,especially for Integer Object List. |
| CommonUtil |
Common utilities for data converting, datetime processing and others. |
| ConstUtil |
Const definition, processing |
| DbUtil |
Database utilities for data processing |