org.apache.avro.specific
Class SpecificFixed

java.lang.Object
  extended by org.apache.avro.generic.GenericData.Fixed
      extended by org.apache.avro.specific.SpecificFixed
All Implemented Interfaces:
Comparable<GenericData.Fixed>, GenericFixed

public abstract class SpecificFixed
extends GenericData.Fixed

Base class for generated fixed-sized data classes.


Constructor Summary
SpecificFixed()
           
 
Method Summary
 
Methods inherited from class org.apache.avro.generic.GenericData.Fixed
bytes, bytes, compareTo, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpecificFixed

public SpecificFixed()


Copyright © 2010 The Apache Software Foundation