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.
|
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.
|
ProcessInfo |
Class contains a process information, such as process exit code and process output.
|
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.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.