Class Magic

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericFixed

    @FixedSize(value = 8) 
    public class Magic
    extends SpecificFixed
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Schema SCHEMA$
    • Constructor Summary

      Constructors 
      Constructor Description
      Magic() Creates a new Magic
      Magic(Array<byte> bytes) Creates a new Magic with the given bytes.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Schema getClassSchema()
      Schema getSchema()
      void writeExternal(ObjectOutput out)
      void readExternal(ObjectInput in)
      • Methods inherited from class org.apache.avro.specific.SpecificFixed

        bytes, bytes, compareTo, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait