public String encode(byte[] bytes) throws CodecException
Encoderbyte[] or Strings depending on the implementation used.encode 在接口中 Encoder<byte[],String>bytes - An object to encodeCodecException - An encoder exception is thrown if the encoder experiences a failure condition during the encoding
process.Copyright © 2021. All rights reserved.