| 程序包 | 说明 |
|---|---|
| com.ms.tools.core.id.factory.uuid.codec.base | |
| com.ms.tools.core.id.factory.uuid.codec.other |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Base16Codec
Codec for base-16 as defined in RFC-4648.
|
class |
Base32Codec
Codec for base-32 as defined in RFC-4648.
|
class |
Base58BtcCodec
Codec for base-58.
|
class |
Base62Codec
Codec for base-62.
|
class |
Base64Codec
Codec for base-64 as defined in RFC-4648.
|
class |
Base64UrlCodec
Codec for base-64-url as defined in RFC-4648.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BaseNCodec |
BaseNCodec.newInstance(BaseN base)
Static factory that returns a new instance of
BaseNCodec using the
specified BaseN. |
static BaseNCodec |
BaseNCodec.newInstance(BaseN base,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified BaseN and a BaseNCodec.CustomDivider. |
static BaseNCodec |
BaseNCodec.newInstance(int radix)
Static factory that returns a new instance of
BaseNCodec using the
specified radix. |
static BaseNCodec |
BaseNCodec.newInstance(int radix,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified radix and a BaseNCodec.CustomDivider. |
static BaseNCodec |
BaseNCodec.newInstance(String alphabet)
Static factory that returns a new instance of
BaseNCodec using the
specified alphabet. |
static BaseNCodec |
BaseNCodec.newInstance(String alphabet,
BaseNCodec.CustomDivider divider)
Static factory that returns a new instance of
BaseNCodec using the
specified alphabet and a BaseNCodec.CustomDivider. |
| 构造器和说明 |
|---|
NcnameCodec(BaseNCodec codec) |
SlugCodec(BaseNCodec codec) |
Copyright © 2024. All rights reserved.