Package com.itextpdf.commons.utils
package com.itextpdf.commons.utils
-
ClassDescriptionFunctional interface which takes 0 parameters and returns nothing.Deprecated.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.ABase64.OutputStream
will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.This file is a helper class for internal usage only.A simple dependency injection container.Dependency injection configuration loader class.This file is a helper class for internal usage only.This file is a helper class for internal usage only.Functional interface which takes 0 parameters and returns nothing and can throw a checked exception.Utility class for JSON serialization and deserialization operations.Utility class for work with collections.This file is a helper class for internal usage only.PairV> Deprecated.in favour ofTuple2
This class is used to generate placeholder text for the examples and tests.The enum Place holder text by.Class contains a process information, such as process exit code and process output.Utility class for string normalization.Utility class which splits string data to array by provided character.This file is a helper class for internal usage only.Functional interface which takes 0 parameters and returns nothing and can throw a checked exception.Functional interface which takes 0 parameters and returns T and can throw a checked exception.Allows reading entries from a zip file.Allows writing entries into a zip file.
EncodingUtil.toBase64(byte[])
andEncodingUtil.fromBase64(String)