| Package | Description |
|---|---|
| org.aoju.bus.core.codec |
BaseX以及BCD编码封装
|
| Modifier and Type | Method and Description |
|---|---|
Percent |
Percent.addSafe(char c)
增加安全字符
安全字符不被编码
|
static Percent |
Percent.of(CharSequence chars)
创建Percent,使用指定字符串中的字符作为安全字符
|
static Percent |
Percent.of(Percent codec)
从已知Percent创建Percent,会复制给定Percent的安全字符
|
Percent |
Percent.or(Percent codec)
增加安全字符到挡墙的Percent
|
Percent |
Percent.orNew(Percent codec)
组合当前Percent和指定Percent为一个新的Percent,安全字符为并集
|
Percent |
Percent.removeSafe(char c)
移除安全字符
安全字符不被编码
|
Percent |
Percent.setEncodeSpaceAsPlus(boolean encodeSpaceAsPlus)
是否将空格编码为+
|
| Modifier and Type | Method and Description |
|---|---|
static Percent |
Percent.of(Percent codec)
从已知Percent创建Percent,会复制给定Percent的安全字符
|
Percent |
Percent.or(Percent codec)
增加安全字符到挡墙的Percent
|
Percent |
Percent.orNew(Percent codec)
组合当前Percent和指定Percent为一个新的Percent,安全字符为并集
|
Copyright © 2022. All rights reserved.