Uses of Class
org.tquadrat.foundation.util.Base32.Decoder
Packages that use Base32.Decoder
Package
Description
The utility classes provided for the Foundation
library.
-
Uses of Base32.Decoder in org.tquadrat.foundation.util
Fields in org.tquadrat.foundation.util declared as Base32.DecoderModifier and TypeFieldDescriptionprivate static final Base32.DecoderBase32.m_DecoderThe Base 32 decoder instance.Methods in org.tquadrat.foundation.util that return Base32.DecoderModifier and TypeMethodDescriptionstatic final Base32.DecoderBase32.getDecoder()Returns a decoder for Crockfords's Base 32 format.
