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

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

Introduction

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

Usage

From source file org.ambiance.codec.YEncDecoder.java

/**
 * @plexus.component role="org.ambiance.codec.Decoder" 
 *                   role-hint="yenc"
 * 
 */
public class YEncDecoder extends AbstractLogEnabled implements Decoder, Initializable {