public class Z85 extends Object implements BinaryCodec
public byte[] decode(byte[] bytes)
throws CodecException
BinaryDecoderdecode 在接口中 BinaryCodecdecode 在接口中 BinaryDecoderdecode 在接口中 Decoder<byte[],byte[]>decode 在接口中 ICodec<byte[]>bytes - A byte array which has been encoded with the appropriate encoderCodecException - A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.public byte[] encode(byte[] bytes)
throws CodecException
BinaryEncoderencode 在接口中 BinaryCodecencode 在接口中 BinaryEncoderencode 在接口中 Encoder<byte[],byte[]>encode 在接口中 ICodec<byte[]>bytes - Data to be encodedCodecException - thrown if the Encoder encounters a failure condition during the encoding process.Copyright © 2021. All rights reserved.