org.apache.avro.generic
Interface GenericFixed

All Superinterfaces:
GenericContainer
All Known Implementing Classes:
GenericData.Fixed, ID, MD5, SpecificFixed

public interface GenericFixed
extends GenericContainer

Fixed-size data.


Method Summary
 byte[] bytes()
          Return the data.
 
Methods inherited from interface org.apache.avro.generic.GenericContainer
getSchema
 

Method Detail

bytes

byte[] bytes()
Return the data.



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.