Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Protected Member Functions | Protected Attributes | Properties
Avro.Generic.GenericFixed Class Reference

The default type used by GenericReader and GenericWriter for objects for FixedSchema. More...

Inheritance diagram for Avro.Generic.GenericFixed:
Avro.Specific.SpecificFixed

List of all members.

Public Member Functions

 GenericFixed (FixedSchema schema)
 GenericFixed (FixedSchema schema, byte[] value)
override bool Equals (object obj)
override int GetHashCode ()

Protected Member Functions

 GenericFixed (uint size)

Protected Attributes

readonly byte[] value

Properties

FixedSchema Schema [get, set]
byte[] Value [get, set]

Detailed Description

The default type used by GenericReader and GenericWriter for objects for FixedSchema.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties