| Class | Description |
|---|---|
| Base64Utils |
Utility methods for encoding and decoding base64.
|
| DateUtils |
Utilities for parsing and formatting dates.
|
| HashUtils |
Utility methods for computing MD5 sums.
|
| HttpUtils | |
| JsonUtils |
JsonUtils for Serialization and deserialization of JSON
|
| LengthCheckInputStream |
Used to perform length check to ensure the number of bytes read from the underlying input stream is the same as the
expected total.
|
| MD5DigestCalculatingInputStream |
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and MD5
digest.
|
| Mimetypes |
Utility class that maintains a listing of known Mimetypes, and determines the
mimetype of files based on file extensions.
|
| StringFormatUtils |
Utility methods for formatting string.
|
| Validate |
Copyright © 2020. All rights reserved.