Interface GenericFixed

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

public interface GenericFixed extends GenericContainer
Fixed-size data.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Return the data.

    Methods inherited from interface org.apache.avro.generic.GenericContainer

    getSchema
  • Method Details

    • bytes

      byte[] bytes()
      Return the data.