com.buck.common.codec
Class Base16
java.lang.Object
com.buck.common.codec.Codec
com.buck.common.codec.Base16
- All Implemented Interfaces:
- Comparable<Codec>
public class Base16
- extends Codec
Encodes and decodes data using the Base16 encoding. See RFC 4648 which is
available at http://www.ietf.org/rfc/rfc4648.txt
- Author:
- Robert J. Buck
Base16
public Base16()
newDecoder
public CodecDecoder newDecoder()
- Description copied from class:
Codec
- Constructs a new decoder for this codec.
- Specified by:
newDecoder in class Codec
- Returns:
- A new decoder for this codec
newEncoder
public CodecEncoder newEncoder()
- Description copied from class:
Codec
- Constructs a new encoder for this codec.
- Specified by:
newEncoder in class Codec
- Returns:
- A new encoder for this codec
Copyright © 2013. All Rights Reserved.