Bijections between the numeric types and their java versions.
Bijections between the numeric types and their java versions.
Bijection between byte array and Base64 encoded string.
Bijection between byte array and Base64 encoded string.
The "trim" here is important, as encodeBase64String sometimes tags a newline on the end of its encoding. DON'T REMOVE THIS CALL TO TRIM.
Bijection between byte array and java.nio.ByteBuffer.
Bijection between byte array and GZippedBytes.
Encoding half of the Cantor–Bernstein–Schroeder theorem http://en.wikipedia.org/wiki/Cantor%E2%80%93Bernstein%E2%80%93Schroeder_theorem
Encoding half of the Cantor–Bernstein–Schroeder theorem http://en.wikipedia.org/wiki/Cantor%E2%80%93Bernstein%E2%80%93Schroeder_theorem
A collection of utilities for encoding strings and byte arrays to and decoding from strings compressed from with gzip.
This object is thread-safe because there are no streams shared outside of method scope, and therefore no contention for shared byte arrays.