org.apache.avro.specific
Class SpecificFixed
java.lang.Object
org.apache.avro.generic.GenericData.Fixed
org.apache.avro.specific.SpecificFixed
- All Implemented Interfaces:
- Comparable<GenericData.Fixed>, GenericContainer, GenericFixed
- Direct Known Subclasses:
- ID, MD5
public abstract class SpecificFixed
- extends GenericData.Fixed
Base class for generated fixed-sized data classes.
SpecificFixed
public SpecificFixed()
SpecificFixed
public SpecificFixed(byte[] bytes)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.