public interface BinaryDecoder extends Decoder<byte[],byte[]>
byte[] decode(byte[] source)
throws CodecException
decode 在接口中 Decoder<byte[],byte[]>source - 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.Copyright © 2022. All rights reserved.