Uses of Package
com.buck.common.codec

Packages that use com.buck.common.codec
com.buck.common.codec Defines codecs, decoders, and encoders, for translating between binary content and encoded bytes. 
com.buck.common.codec.spi Service-provider classes for the com.buck.common.codec package. 
 

Classes in com.buck.common.codec used by com.buck.common.codec
Codec
          A named mapping between encoded sequences of bytes and raw binary data.
CodecDecoder
          An engine that can transform a sequence of bytes in a specific encoding into a sequence of bytes.
CodecEncoder
          An engine that can transform raw data, represented as a sequence of bytes, to a specific encoding, into a sequence of bytes.
 

Classes in com.buck.common.codec used by com.buck.common.codec.spi
Codec
          A named mapping between encoded sequences of bytes and raw binary data.
 



Copyright © 2013. All Rights Reserved.