Example usage for org.apache.commons.codec BinaryEncoder interface-usage

List of usage examples for org.apache.commons.codec BinaryEncoder interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.codec BinaryEncoder interface-usage.

Usage

From source file com.anteam.demo.codec.core.BasicCoder.java

/**
 * @author bash
 * @version V1.0
 * @type BasicCoder
 * @desc
 * @date 2014-05-22

From source file org.apache.shindig.common.util.Base32.java

/**
 * Implements Base32 encoding using 0-9a-v, with no padding for partial bytes.
 *
 * This is suitable for base32 encoding any binary data that needs to be passed
 * in a web-safe context, but it differs from base32 implementations used in
 * other contexts.

From source file sample.tsc.util.BinaryCodec.java

/**
 * Translates between byte arrays and strings of "0"s and "1"s.
 * 
 * TODO: may want to add more bit vector functions like and/or/xor/nand 
 * TODO: also might be good to generate boolean[] from byte[] et. cetera.
 * 

From source file imgb64.BinaryCodec.java

/**
 * Converts between byte arrays and strings of "0"s and "1"s.
 *
 * <p>This class is immutable and thread-safe.</p>
 *
 * TODO: may want to add more bit vector functions like and/or/xor/nand

From source file sample.tsc.util.Hex.java

/**
 * Hex encoder and decoder. The charset used for certain operation can be set, the default is set in
 * {@link #DEFAULT_CHARSET_NAME}
 * 
 * @since 1.1
 * @author Apache Software Foundation

From source file com.vinted.ab.security.Hex.java

/**
 * Converts hexadecimal Strings. The charset used for certain operation can be set, the default is set in
 * {@link #DEFAULT_CHARSET_NAME}
 *
 * This class is thread-safe.
 *

From source file com.com.nuomi.codec.Base64.java

/**
 * Provides Base64 encoding and decoding as defined by RFC 2045.
 *
 * <p>This class implements section <cite>6.8. Base64 Content-Transfer-Encoding</cite>
 * from RFC 2045 <cite>Multipurpose Internet Mail Extensions (MIME) Part One:
 * Format of Internet Message Bodies</cite> by Freed and Borenstein.</p>

From source file com.app.framework.utilities.map.BaseNCodec.java

/**
 * Abstract superclass for Base-N encoders and decoders.
 * <p>
 * <p>
 * This class is thread-safe.
 * </p>

From source file com.ibc.util.BaseNCodec.java

/**
 * Abstract superclass for Base-N encoders and decoders.
 *
 * <p>
 * This class is not thread-safe.
 * Each thread should use its own instance.

From source file com.yhspy.zbartest.BaseNCodec.java

/**
 * Abstract superclass for Base-N encoders and decoders.
 *
 * <p>
 * This class is thread-safe.
 * </p>