Package com.itextpdf.commons.utils


package com.itextpdf.commons.utils
  • Class
    Description
    Functional interface which takes 0 parameters and returns nothing.
    Encodes and decodes to and from Base64 notation.
    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.
    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.
    This file is a helper class for internal usage only.
    This file is a helper class for internal usage only.
    This file is a helper class for internal usage only.
    Utility class for JSON serialization and deserialization operations.
    Utility class for work with collections.
    This file is a helper class for internal usage only.
    Class contains a process information, such as process exit code and process output.
    This file is a helper class for internal usage only.
    Allows reading entries from a zip file.
    Allows writing entries into a zip file.