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. baseThe base-n.Methods 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. baseThe base-n.protected BaseNBaseNEncoder. baseThe base-n.Constructors in com.github.f4b6a3.uuid.codec.base.function with parameters of type BaseN Constructor Description Base16Decoder(BaseN base)Constructor with a base-n.Base16Encoder(BaseN base)Constructor with a base-n.Base32Decoder(BaseN base)Constructor with a base-n.Base32Encoder(BaseN base)Constructor with a base-n.Base64Decoder(BaseN base)Constructor with a base-n.Base64Encoder(BaseN base)Constructor with a base-n.BaseNDecoder(BaseN base)BaseNEncoder(BaseN base)BaseNRemainderDecoder(BaseN base)Constructor with a base-n.BaseNRemainderEncoder(BaseN base)Constructor with a base-n.BaseNRemainderEncoder(BaseN base, BaseNCodec.CustomDivider divider)Constructor with a base-n and a custom divider.
-