org.apache.avro.generic
Interface GenericFixed

All Known Implementing Classes:
GenericData.Fixed, SpecificFixed

public interface GenericFixed

Fixed-size data.


Method Summary
 byte[] bytes()
          Return the data.
 

Method Detail

bytes

byte[] bytes()
Return the data.



Copyright © 2010 The Apache Software Foundation