Module com.github.f4b6a3.uuid
Package com.github.f4b6a3.uuid.codec.base.function
-
Class Summary Class Description Base16Decoder Function that decodes a base-16 string to a UUID.Base16Encoder Function that encodes a UUID to a base-16 string.Base32Decoder Function that decodes a base-32 string to a UUID.Base32Encoder Function that encodes a UUID to a base-32 string.Base64Decoder Function that decodes a base-64 string to a UUID.Base64Encoder Function that encodes a UUID to a base-64 string.BaseNDecoder Abstract function to be extended by all decoder functions of this package.BaseNEncoder Abstract function to be extended by all encoder functions of this package.BaseNRemainderDecoder Function that decodes a base-n string to a UUID.BaseNRemainderEncoder Function that encodes a UUID to a base-n string.