Example usage for org.apache.hadoop.io ByteWritable subclass-usage

List of usage examples for org.apache.hadoop.io ByteWritable subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.io ByteWritable subclass-usage.

Usage

From source file edu.uci.ics.biggraph.io.ByteWritable.java

/**
 * Writable for Byte values.
 */
public class ByteWritable extends org.apache.hadoop.io.ByteWritable implements WritableSizable {

    public ByteWritable(byte value) {