Package de.hsh.graja.util
package de.hsh.graja.util
Utility classes.
-
ClassDescriptionEncodes 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.ABase64.OutputStream
will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.PrintWriter, that always uses the character '\n' for println statements.This class is capable of logging formatted messages to memory buffer or standard error streamThis class is uses as a data model for the ( @see de.hsh.graja.common.JvmStarter ) to add modules to the --add-opens and --add-exports Lists.Pair<F,S> A SourceCodePosition contains the position and character length of a code snippet of a single lineSource: http://stackoverflow.com/questions/198431/how-do-you-compare-two-version-strings-in-javaAn in-memory representation of a zip file's entry.