public class Z85Codec extends Object implements Encoder<byte[],String>, Decoder<String,byte[]>, Serializable
Constructor and Description |
---|
Z85Codec() |
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(String encoded)
执行解码
|
String |
encode(byte[] data)
执行编码
|
Copyright © 2025. All rights reserved.