| Interface | Description |
|---|---|
| Action |
Functional interface which takes 0 parameters and returns nothing.
|
| 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. |
| DateTimeUtil |
This file is a helper class for internal usage only.
|
| DIContainer |
A simple dependency injection container.
|
| DIContainerConfigurations | |
| EncodingUtil |
This file is a helper class for internal usage only.
|
| FileUtil |
This file is a helper class for internal usage only.
|
| JsonUtil |
Utility class for JSON serialization and deserialization operations.
|
| MapUtil |
Utility class for work with collections.
|
| MessageFormatUtil |
This file is a helper class for internal usage only.
|
| PlaceHolderTextUtil |
This class is used to generate placeholder text for the examples and tests.
|
| ProcessInfo |
Class contains a process information, such as process exit code and process output.
|
| StringSplitUtil | |
| SystemUtil |
This file is a helper class for internal usage only.
|
| ZipFileReader |
Allows reading entries from a zip file.
|
| ZipFileWriter |
Allows writing entries into a zip file.
|
| Enum | Description |
|---|---|
| PlaceHolderTextUtil.PlaceHolderTextBy |
The enum Place holder text by.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.