See: Description
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. |
DetectionUtils |
Utility that detects various properties specific to the current runtime environment, such as Java
version.
|
FileConvert | |
Hexa | |
LongUuid |
UUID Generator (also Global UUID Generator) but limited to 1 Long (64 bits)
Inspired from com.groupon locality-uuid which used combination of internal counter value - process id - and Timestamp. see https://github.com/groupon/locality-uuid.java But force sequence and take care of errors and improves some performance issues |
SystemPropertyUtil |
A collection of utility methods to retrieve and parse the values of the Java system properties.
|
ThreadLocalRandom |
A random number generator isolated to the current thread.
|
UUID |
UUID Generator (also Global UUID Generator)
Inspired from com.groupon locality-uuid which used combination of internal counter value - process id - fragment of MAC address and Timestamp. see https://github.com/groupon/locality-uuid.java But force sequence and take care of errors and improves some performance issues |
WaarpNettyUtil |
Utility class for Netty usage
|
WaarpShutdownHook | |
WaarpShutdownHook.ShutdownConfiguration |
Class for argument of creation of WaarpShutdownHook
|
WaarpStringUtils |
Various utilities for reading files, transforming dates, ...
|
WaarpThreadFactory |
Thread Factory that build named threads, by default daemon threads.
|
Copyright © 2009–2019 Waarp. All rights reserved.