Uses of Class
com.buck.common.codec.CodecEncoder

Packages that use CodecEncoder
com.buck.common.codec Defines codecs, decoders, and encoders, for translating between binary content and encoded bytes. 
 

Uses of CodecEncoder in com.buck.common.codec
 

Methods in com.buck.common.codec that return CodecEncoder
 CodecEncoder URLEncoded.newEncoder()
           
 CodecEncoder QuotedPrintable.newEncoder()
           
 CodecEncoder PercentEncoded.newEncoder()
           
abstract  CodecEncoder Codec.newEncoder()
          Constructs a new encoder for this codec.
 CodecEncoder Base64URL.newEncoder()
           
 CodecEncoder Base64.newEncoder()
           
 CodecEncoder Base32Hex.newEncoder()
           
 CodecEncoder Base32.newEncoder()
           
 CodecEncoder Base16.newEncoder()
           
 



Copyright © 2013. All Rights Reserved.