Uses of Class
com.github.f4b6a3.uuid.codec.base.BaseNCodec
-
Packages that use BaseNCodec Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.name com.github.f4b6a3.uuid.codec.slug -
-
Uses of BaseNCodec in com.github.f4b6a3.uuid.codec.base
Subclasses of BaseNCodec in com.github.f4b6a3.uuid.codec.base Modifier and Type Class Description classBase16CodecCodec for base-16 as defined in RFC-4648.classBase32CodecCodec for base-32 as defined in RFC-4648.classBase32CrockfordCodecCodec for Crockford's base-32.classBase32HexCodecCodec for base-32-hex as defined in RFC-4648.classBase36CodecCodec for base-36.classBase58BitcoinCodecCodec for base-58.classBase58CodecCodec for base-58.classBase58FlickrCodecCodec for base-58.classBase62CodecCodec for base-62.classBase64CodecCodec for base-64 as defined in RFC-4648.classBase64UrlCodecCodec for base-64-url as defined in RFC-4648.Methods in com.github.f4b6a3.uuid.codec.base that return BaseNCodec Modifier and Type Method Description static BaseNCodecBaseNCodec. newInstance(int radix)Static factory that returns a new instance ofBaseNCodecusing the specified radix.static BaseNCodecBaseNCodec. newInstance(BaseN base)Static factory that returns a new instance ofBaseNCodecusing the specifiedBaseN.static BaseNCodecBaseNCodec. newInstance(String alphabet)Static factory that returns a new instance ofBaseNCodecusing the specified alphabet. -
Uses of BaseNCodec in com.github.f4b6a3.uuid.codec.name
Constructors in com.github.f4b6a3.uuid.codec.name with parameters of type BaseNCodec Constructor Description NcnameCodec(BaseNCodec codec) -
Uses of BaseNCodec in com.github.f4b6a3.uuid.codec.slug
Constructors in com.github.f4b6a3.uuid.codec.slug with parameters of type BaseNCodec Constructor Description SlugCodec(BaseNCodec codec)
-