Uses of Class
com.github.f4b6a3.uuid.codec.base.BaseN
-
Packages that use BaseN Package Description com.github.f4b6a3.uuid.codec.base com.github.f4b6a3.uuid.codec.base.function -
-
Uses of BaseN in com.github.f4b6a3.uuid.codec.base
Fields in com.github.f4b6a3.uuid.codec.base declared as BaseN Modifier and Type Field Description protected BaseNBaseNCodec. baseMethods in com.github.f4b6a3.uuid.codec.base that return BaseN Modifier and Type Method Description BaseNBaseNCodec. getBase()Get the base-n encoding object.Methods in com.github.f4b6a3.uuid.codec.base with parameters of type BaseN Modifier and Type Method Description 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.Constructors in com.github.f4b6a3.uuid.codec.base with parameters of type BaseN Constructor Description BaseNCodec(BaseN base)BaseNCodec(BaseN base, BaseNCodec.CustomDivider divider)BaseNCodec(BaseN base, BaseNEncoder encoder, BaseNDecoder decoder) -
Uses of BaseN in com.github.f4b6a3.uuid.codec.base.function
Fields in com.github.f4b6a3.uuid.codec.base.function declared as BaseN Modifier and Type Field Description protected BaseNBaseNDecoder. baseprotected BaseNBaseNEncoder. baseConstructors in com.github.f4b6a3.uuid.codec.base.function with parameters of type BaseN Constructor Description Base16Decoder(BaseN base)Base16Encoder(BaseN base)Base32Decoder(BaseN base)Base32Encoder(BaseN base)Base64Decoder(BaseN base)Base64Encoder(BaseN base)BaseNDecoder(BaseN base)BaseNEncoder(BaseN base)BaseNRemainderDecoder(BaseN base)BaseNRemainderEncoder(BaseN base)BaseNRemainderEncoder(BaseN base, BaseNCodec.CustomDivider divider)
-