Package de.tomatengames.util
package de.tomatengames.util
-
ClassDescriptionProvides methods to work with arrays.Provides methods to convert between a byte array and Base32.Provides utilities to work with cubic Bézier curves.Provides utilities to work with character encodings.A ClassLoadReport captures the results of attempting to load various classes, including both successful loads and failures.A ClassLoadError represents a failed class loading attempt.Provides utility methods related to class loading.An
ElementReaderspecifies how to read an object from anInputStream.AnElementWriterspecifies how to write an object to anOutputStream.The result of a get process.Provides methods to run subprocesses.Provides utilities to work with hashes.Provides methods to work with hexadecimal strings.Provides utilities for file system interactions and streams.Provides utilities to handle numbers.Provides methods to find optimal paths on graphs using the A* algorithm.A PathNode should represent a position (node in a graph) combined with the way to get there (edges) from the startpoint.A Map-like structure specifically forPathfinderUtil.PathNodes.PathfinderUtil.World<N extends PathfinderUtil.PathNode>Provides several functions used by thefindmethods.Provides methods to combinePredicateobjects.Provides convenient methods to utilize the Reflection API.Provides convenient methods to check requirements.ProvidesComparatorfunctions.Provides methods to handleStrings.Provides methods that are helpful for JUnit testing.The main class of the TomatenUtil library.Provides methods to calculate HOTP and TOTP codes.Deprecated.Since TomatenUtil 1.9.Provides methods to handle ZIP files.