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

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

Introduction

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

Usage

From source file com.c77.androidstreamingclient.lib.video.DumpDecoder.java

/**
 * Created by julian on 12/15/14.
 */
public class DumpDecoder implements Decoder {
    private static final String TAG = DumpDecoder.class.getName();
    private ByteBuffer buffer = ByteBuffer.allocate(50000);