| 接口 | 说明 |
|---|---|
| Codec<T> | |
| Encoder | |
| PushbackSequence<T> | |
| Trie<T> |
| 类 | 说明 |
|---|---|
| AbstractCharacterCodec | |
| AbstractCodec<T> | |
| AbstractIntegerCodec | |
| AbstractPushbackSequence<T> | |
| Base64 | |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly. |
| CollectionUtils | |
| CSSCodec | |
| DefaultEncoder | |
| EncodingPatternPreservation | |
| HashTrie<T> | |
| Hex |
Encode and decode to/from hexadecimal strings to byte arrays.
|
| HTMLEntityCodec | |
| JavaScriptCodec | |
| MySQLCodec | |
| OracleCodec | |
| PercentCodec | |
| PushBackSequenceImpl | |
| PushbackString | |
| Trie.TrieProxy<T> | |
| Trie.Unmodifiable<T> | |
| Trie.Util | |
| UnixCodec | |
| VBScriptCodec | |
| WindowsCodec | |
| XMLEntityCodec |
| 枚举 | 说明 |
|---|---|
| DefaultEncoder.UriSegment | |
| MySQLCodec.Mode |
Specifies the SQL Mode the target MySQL Server is running with.
|
Copyright © 2024. All rights reserved.