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.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(int radix, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specified radix and aBaseNCodec.CustomDivider.static BaseNCodecBaseNCodec. newInstance(BaseN base)Static factory that returns a new instance ofBaseNCodecusing the specifiedBaseN.static BaseNCodecBaseNCodec. newInstance(BaseN base, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specifiedBaseNand aBaseNCodec.CustomDivider.static BaseNCodecBaseNCodec. newInstance(String alphabet)Static factory that returns a new instance ofBaseNCodecusing the specified alphabet.static BaseNCodecBaseNCodec. newInstance(String alphabet, BaseNCodec.CustomDivider divider)Static factory that returns a new instance ofBaseNCodecusing the specified alphabet and aBaseNCodec.CustomDivider. -
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)
-