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.other -
-
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.classBase32CrfCodecCodec for Crockford's base-32.classBase58BtcCodecCodec 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.other
Constructors in com.github.f4b6a3.uuid.codec.other with parameters of type BaseNCodec Constructor Description NcnameCodec(BaseNCodec codec)SlugCodec(BaseNCodec codec)
-