| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
| <meta http-equiv="X-UA-Compatible" content="IE=9"/> |
| <meta name="generator" content="Doxygen 1.8.13"/> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <title>Avro C#: Class List</title> |
| <link href="tabs.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="jquery.js"></script> |
| <script type="text/javascript" src="dynsections.js"></script> |
| <link href="search/search.css" rel="stylesheet" type="text/css"/> |
| <script type="text/javascript" src="search/searchdata.js"></script> |
| <script type="text/javascript" src="search/search.js"></script> |
| <link href="doxygen.css" rel="stylesheet" type="text/css" /> |
| </head> |
| <body> |
| <div id="top"><!-- do not remove this div, it is closed by doxygen! --> |
| <div id="titlearea"> |
| <table cellspacing="0" cellpadding="0"> |
| <tbody> |
| <tr style="height: 56px;"> |
| <td id="projectalign" style="padding-left: 0.5em;"> |
| <div id="projectname">Avro C# |
| </div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </div> |
| <!-- end header part --> |
| <!-- Generated by Doxygen 1.8.13 --> |
| <script type="text/javascript"> |
| var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
| </script> |
| <script type="text/javascript" src="menudata.js"></script> |
| <script type="text/javascript" src="menu.js"></script> |
| <script type="text/javascript"> |
| $(function() { |
| initMenu('',true,false,'search.php','Search'); |
| $(document).ready(function() { init_search(); }); |
| }); |
| </script> |
| <div id="main-nav"></div> |
| </div><!-- top --> |
| <!-- window showing the filter options --> |
| <div id="MSearchSelectWindow" |
| onmouseover="return searchBox.OnSearchSelectShow()" |
| onmouseout="return searchBox.OnSearchSelectHide()" |
| onkeydown="return searchBox.OnSearchSelectKey(event)"> |
| </div> |
| |
| <!-- iframe showing the search results (closed by default) --> |
| <div id="MSearchResultsWindow"> |
| <iframe src="javascript:void(0)" frameborder="0" |
| name="MSearchResults" id="MSearchResults"> |
| </iframe> |
| </div> |
| |
| <div class="header"> |
| <div class="headertitle"> |
| <div class="title">Class List</div> </div> |
| </div><!--header--> |
| <div class="contents"> |
| <div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory"> |
| <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span><span onclick="javascript:toggleLevel(4);">4</span>]</div><table class="directory"> |
| <tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;"> </span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro.html" target="_self">Avro</a></td><td class="desc"></td></tr> |
| <tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1File.html" target="_self">File</a></td><td class="desc"></td></tr> |
| <tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1Codec.html" target="_self">Codec</a></td><td class="desc">Base class for Avro-supported compression codecs for data files. Note that <a class="el" href="classAvro_1_1File_1_1Codec.html" title="Base class for Avro-supported compression codecs for data files. Note that Codec objects may maintain...">Codec</a> objects may maintain internal state (e.g. buffers) and are not thread safe. </td></tr> |
| <tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1DataBlock.html" target="_self">DataBlock</a></td><td class="desc">Encapsulates a block of data read by the DataFileReader<T>. We will remove this class from the public API in a future version because it is only meant to be used internally. </td></tr> |
| <tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1DataFileConstants.html" target="_self">DataFileConstants</a></td><td class="desc">Constants used in data files. </td></tr> |
| <tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1DataFileReader.html" target="_self">DataFileReader</a></td><td class="desc">Provides access to <a class="el" href="namespaceAvro.html">Avro</a> data written using the DataFileWriter<T>. </td></tr> |
| <tr id="row_0_0_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1DataFileWriter.html" target="_self">DataFileWriter</a></td><td class="desc">Stores in a file a sequence of data conforming to a schema. The schema is stored in the file with the data. Each datum in a file is of the same schema. Data is written with a DatumWriter<T>. Data is grouped into blocks. A synchronization marker is written between blocks, so that files may be split. Blocks may be compressed. Extensible metadata is stored at the end of the file. Files may be appended to. </td></tr> |
| <tr id="row_0_0_5_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1DeflateCodec.html" target="_self">DeflateCodec</a></td><td class="desc">Implements deflate compression and decompression. </td></tr> |
| <tr id="row_0_0_6_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1Header.html" target="_self">Header</a></td><td class="desc"><a class="el" href="classAvro_1_1File_1_1Header.html" title="Header on an Avro data file. ">Header</a> on an <a class="el" href="namespaceAvro.html">Avro</a> data file. </td></tr> |
| <tr id="row_0_0_7_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1File_1_1IFileReader.html" target="_self">IFileReader</a></td><td class="desc">Defines the interface for an object that reads data from a file. </td></tr> |
| <tr id="row_0_0_8_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1File_1_1IFileWriter.html" target="_self">IFileWriter</a></td><td class="desc">Defines the interface for an object that stores in a file a sequence of data conforming to a schema. </td></tr> |
| <tr id="row_0_0_9_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1File_1_1NullCodec.html" target="_self">NullCodec</a></td><td class="desc">Implements a codec that does not perform any compression. This codec simply returns the bytes presented to it "as-is". </td></tr> |
| <tr id="row_0_1_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_1_" class="arrow" onclick="toggleFolder('0_1_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1Generic.html" target="_self">Generic</a></td><td class="desc"></td></tr> |
| <tr id="row_0_1_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1DatumReader.html" target="_self">DatumReader</a></td><td class="desc">Defines the interface for an object that reads data of a schema. </td></tr> |
| <tr id="row_0_1_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1DatumWriter.html" target="_self">DatumWriter</a></td><td class="desc">Defines the interface for an object that writes data of a schema. </td></tr> |
| <tr id="row_0_1_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1DefaultReader.html" target="_self">DefaultReader</a></td><td class="desc">The default implementation for the generic reader. It constructs new .NET objects for avro objects on the stream and returns the .NET object. Users can directly use this class or, if they want to customize the object types for differnt <a class="el" href="namespaceAvro.html">Avro</a> schema types, can derive from this class. There are enough hooks in this class to allow customization. </td></tr> |
| <tr id="row_0_1_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1DefaultWriter.html" target="_self">DefaultWriter</a></td><td class="desc">A General purpose writer for serializing objects into a Stream using <a class="el" href="namespaceAvro.html">Avro</a>. This class implements a default way of serializing objects. But one can derive a class from this and override different methods to acheive results that are different from the default implementation. </td></tr> |
| <tr id="row_0_1_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericDatumReader.html" target="_self">GenericDatumReader</a></td><td class="desc"><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumReader.html#a836be575702396cad6c1dde8041b6b37" title="Initializes a new instance of the PreresolvingDatumReader<T> class. ">PreresolvingDatumReader<T></a> for reading data to <a class="el" href="classAvro_1_1Generic_1_1GenericRecord.html" title="The default type used by GenericReader and GenericWriter for RecordSchema. ">GenericRecord</a> classes or primitives. <a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumReader.html#a836be575702396cad6c1dde8041b6b37">For more information about performance considerations for choosing this implementation</a>. </td></tr> |
| <tr id="row_0_1_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericDatumWriter.html" target="_self">GenericDatumWriter</a></td><td class="desc"><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumWriter.html" title="A general purpose writer of data from avro streams. This writer analyzes the writer schema when const...">PreresolvingDatumWriter</a> for writing data from GenericRecords or primitive types. <a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumWriter.html#a5ab806ad737039aa3a715d5fff32b5e0">For more information about performance considerations for choosing this implementation</a> </td></tr> |
| <tr id="row_0_1_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericEnum.html" target="_self">GenericEnum</a></td><td class="desc">The default class to hold values for enum schema in <a class="el" href="classAvro_1_1Generic_1_1GenericReader.html" title="A general purpose reader of data from avro streams. This can optionally resolve if the reader's and w...">GenericReader</a> and <a class="el" href="classAvro_1_1Generic_1_1GenericWriter.html" title="A typesafe wrapper around DefaultWriter. While a specific object of DefaultWriter allows the client t...">GenericWriter</a>. </td></tr> |
| <tr id="row_0_1_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericFixed.html" target="_self">GenericFixed</a></td><td class="desc">The default type used by <a class="el" href="classAvro_1_1Generic_1_1GenericReader.html" title="A general purpose reader of data from avro streams. This can optionally resolve if the reader's and w...">GenericReader</a> and <a class="el" href="classAvro_1_1Generic_1_1GenericWriter.html" title="A typesafe wrapper around DefaultWriter. While a specific object of DefaultWriter allows the client t...">GenericWriter</a> for objects for <a class="el" href="classAvro_1_1FixedSchema.html" title="Class for fixed schemas ">FixedSchema</a> </td></tr> |
| <tr id="row_0_1_8_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericReader.html" target="_self">GenericReader</a></td><td class="desc">A general purpose reader of data from avro streams. This can optionally resolve if the reader's and writer's schemas are different. This class is a wrapper around <a class="el" href="classAvro_1_1Generic_1_1DefaultReader.html" title="The default implementation for the generic reader. It constructs new .NET objects for avro objects on...">DefaultReader</a> and offers a little more type safety. The default reader has the flexibility to return any type of object for each read call because the <a class="el" href="classAvro_1_1Generic_1_1GenericReader.html#a152de31ca527a6b6d1d2f1cd55168c50" title="Reads an object off the stream. ">Read()</a> method is generic. This class on the other hand can only return a single type because the type is a parameter to the class. Any user defined extension should, however, be done to <a class="el" href="classAvro_1_1Generic_1_1DefaultReader.html" title="The default implementation for the generic reader. It constructs new .NET objects for avro objects on...">DefaultReader</a>. This class is sealed. </td></tr> |
| <tr id="row_0_1_9_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericRecord.html" target="_self">GenericRecord</a></td><td class="desc">The default type used by <a class="el" href="classAvro_1_1Generic_1_1GenericReader.html" title="A general purpose reader of data from avro streams. This can optionally resolve if the reader's and w...">GenericReader</a> and <a class="el" href="classAvro_1_1Generic_1_1GenericWriter.html" title="A typesafe wrapper around DefaultWriter. While a specific object of DefaultWriter allows the client t...">GenericWriter</a> for <a class="el" href="classAvro_1_1RecordSchema.html" title="Class for record schemas ">RecordSchema</a>. </td></tr> |
| <tr id="row_0_1_10_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1GenericWriter.html" target="_self">GenericWriter</a></td><td class="desc">A typesafe wrapper around <a class="el" href="classAvro_1_1Generic_1_1DefaultWriter.html" title="A General purpose writer for serializing objects into a Stream using Avro. This class implements a de...">DefaultWriter</a>. While a specific object of <a class="el" href="classAvro_1_1Generic_1_1DefaultWriter.html" title="A General purpose writer for serializing objects into a Stream using Avro. This class implements a de...">DefaultWriter</a> allows the client to serialize a generic type, an object of this class allows only a single type of object to be serialized through it. </td></tr> |
| <tr id="row_0_1_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_1_11_" class="arrow" onclick="toggleFolder('0_1_11_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumReader.html" target="_self">PreresolvingDatumReader</a></td><td class="desc">A general purpose reader of data from avro streams. This reader analyzes and resolves the reader and writer schemas when constructed so that reads can be more efficient. Once constructed, a reader can be reused or shared among threads to avoid incurring more resolution costs. </td></tr> |
| <tr id="row_0_1_11_0_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumReader_1_1ArrayAccess.html" target="_self">ArrayAccess</a></td><td class="desc">Defines the interface for a class that provides access to an array implementation. </td></tr> |
| <tr id="row_0_1_11_1_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumReader_1_1EnumAccess.html" target="_self">EnumAccess</a></td><td class="desc">Defines the interface for a class that provides access to an enum implementation. </td></tr> |
| <tr id="row_0_1_11_2_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumReader_1_1FixedAccess.html" target="_self">FixedAccess</a></td><td class="desc">Defines the interface for a class that provides access to a fixed implementation. </td></tr> |
| <tr id="row_0_1_11_3_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumReader_1_1MapAccess.html" target="_self">MapAccess</a></td><td class="desc">Defines the interface for a class that provides access to a map implementation. </td></tr> |
| <tr id="row_0_1_11_4_" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumReader_1_1RecordAccess.html" target="_self">RecordAccess</a></td><td class="desc">Defines the interface for a class that provides access to a record implementation. </td></tr> |
| <tr id="row_0_1_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_1_12_" class="arrow" onclick="toggleFolder('0_1_12_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumWriter.html" target="_self">PreresolvingDatumWriter</a></td><td class="desc">A general purpose writer of data from avro streams. This writer analyzes the writer schema when constructed so that writes can be more efficient. Once constructed, a writer can be reused or shared among threads to avoid incurring more resolution costs. </td></tr> |
| <tr id="row_0_1_12_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumWriter_1_1ArrayAccess.html" target="_self">ArrayAccess</a></td><td class="desc">Defines the interface for a class that provides access to an array implementation. </td></tr> |
| <tr id="row_0_1_12_1_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumWriter_1_1DictionaryMapAccess.html" target="_self">DictionaryMapAccess</a></td><td class="desc">Provides access to map properties from an IDictionary. </td></tr> |
| <tr id="row_0_1_12_2_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumWriter_1_1EnumAccess.html" target="_self">EnumAccess</a></td><td class="desc">Obsolete - This will be removed from the public API in a future version. </td></tr> |
| <tr id="row_0_1_12_3_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Generic_1_1PreresolvingDatumWriter_1_1MapAccess.html" target="_self">MapAccess</a></td><td class="desc">Defines the interface for a class that provides access to a map implementation. </td></tr> |
| <tr id="row_0_1_12_4_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Generic_1_1PreresolvingDatumWriter_1_1RecordFieldWriter.html" target="_self">RecordFieldWriter</a></td><td class="desc">Correlates a record field with the writer used to serialize that field. </td></tr> |
| <tr id="row_0_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_2_" class="arrow" onclick="toggleFolder('0_2_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1IO.html" target="_self">IO</a></td><td class="desc"></td></tr> |
| <tr id="row_0_2_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1BinaryDecoder.html" target="_self">BinaryDecoder</a></td><td class="desc"><a class="el" href="interfaceAvro_1_1IO_1_1Decoder.html" title="Decoder is used to decode Avro data on a stream. There are methods to read the Avro types on the stre...">Decoder</a> for <a class="el" href="namespaceAvro.html">Avro</a> binary format </td></tr> |
| <tr id="row_0_2_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1BinaryEncoder.html" target="_self">BinaryEncoder</a></td><td class="desc">Write leaf values. </td></tr> |
| <tr id="row_0_2_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1ByteBufferInputStream.html" target="_self">ByteBufferInputStream</a></td><td class="desc">Utility to present MemoryStreams as an <a class="el" href="classAvro_1_1IO_1_1InputStream.html" title="Base class for an input stream. ">InputStream</a>. </td></tr> |
| <tr id="row_0_2_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1ByteBufferOutputStream.html" target="_self">ByteBufferOutputStream</a></td><td class="desc">Utility to collect data written to an <a class="el" href="classAvro_1_1IO_1_1OutputStream.html" title="Base class for an output stream. ">OutputStream</a> in MemoryStreams. </td></tr> |
| <tr id="row_0_2_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1IO_1_1Decoder.html" target="_self">Decoder</a></td><td class="desc"><a class="el" href="interfaceAvro_1_1IO_1_1Decoder.html" title="Decoder is used to decode Avro data on a stream. There are methods to read the Avro types on the stre...">Decoder</a> is used to decode <a class="el" href="namespaceAvro.html">Avro</a> data on a stream. There are methods to read the <a class="el" href="namespaceAvro.html">Avro</a> types on the stream. There are also methods to skip items, which are usually more efficient than reading, on the stream. </td></tr> |
| <tr id="row_0_2_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1IO_1_1Encoder.html" target="_self">Encoder</a></td><td class="desc">Defines the interface for a class that provies low-level support for serializing <a class="el" href="namespaceAvro.html">Avro</a> values. </td></tr> |
| <tr id="row_0_2_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1IO_1_1ICallback.html" target="_self">ICallback</a></td><td class="desc">Obsolete - This will be removed from the public API in a future version. </td></tr> |
| <tr id="row_0_2_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1InputStream.html" target="_self">InputStream</a></td><td class="desc">Base class for an input stream. </td></tr> |
| <tr id="row_0_2_8_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1IO_1_1OutputStream.html" target="_self">OutputStream</a></td><td class="desc">Base class for an output stream. </td></tr> |
| <tr id="row_0_3_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_3_" class="arrow" onclick="toggleFolder('0_3_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1Reflect.html" target="_self">Reflect</a></td><td class="desc"></td></tr> |
| <tr id="row_0_3_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ArrayHelper.html" target="_self">ArrayHelper</a></td><td class="desc">Class to help serialize and deserialize arrays. Arrays need the following methods <a class="el" href="classAvro_1_1Reflect_1_1ArrayHelper.html#a3a7275720b5404f1b311850e164c71c1" title="Return the number of elements in the array. ">Count()</a>, <a class="el" href="classAvro_1_1Reflect_1_1ArrayHelper.html#a6d12c84cea234d3b9cb532043250594a" title="Add an element to the array. ">Add()</a>, <a class="el" href="classAvro_1_1Reflect_1_1ArrayHelper.html#ab843538a6ccaf6fa41ebd4333e88c416" title="Clear the array. ">Clear()</a>.true This class allows these methods to be specified externally to the collection. </td></tr> |
| <tr id="row_0_3_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1AvroFieldAttribute.html" target="_self">AvroFieldAttribute</a></td><td class="desc">Attribute that specifies the mapping between an <a class="el" href="namespaceAvro.html">Avro</a> field and C# class property. </td></tr> |
| <tr id="row_0_3_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ClassCache.html" target="_self">ClassCache</a></td><td class="desc">Class holds a cache of C# classes and their properties. The key for the cache is the schema full name. </td></tr> |
| <tr id="row_0_3_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1DateTimeOffsetToLongConverter.html" target="_self">DateTimeOffsetToLongConverter</a></td><td class="desc">Convert C# DateTimeOffset properties to long unix time </td></tr> |
| <tr id="row_0_3_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1DotnetClass.html" target="_self">DotnetClass</a></td><td class="desc">Collection of DotNetProperty objects to repre </td></tr> |
| <tr id="row_0_3_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1FuncFieldConverter.html" target="_self">FuncFieldConverter</a></td><td class="desc"><a class="el" href="classAvro_1_1Field.html" title="Class for fields defined in a record ">Field</a> converter using a Func </td></tr> |
| <tr id="row_0_3_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Reflect_1_1IAvroFieldConverter.html" target="_self">IAvroFieldConverter</a></td><td class="desc">Converters can be added to properties with an AvroField attribute. Converters convert between the property type and the avro type. </td></tr> |
| <tr id="row_0_3_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ReflectDefaultReader.html" target="_self">ReflectDefaultReader</a></td><td class="desc">Reader class for reading data and storing into specific classes </td></tr> |
| <tr id="row_0_3_8_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ReflectDefaultWriter.html" target="_self">ReflectDefaultWriter</a></td><td class="desc">Class for writing data from any specific objects </td></tr> |
| <tr id="row_0_3_9_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ReflectReader.html" target="_self">ReflectReader</a></td><td class="desc">Reader wrapper class for reading data and storing into specific classes </td></tr> |
| <tr id="row_0_3_10_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1ReflectWriter.html" target="_self">ReflectWriter</a></td><td class="desc"><a class="el" href="namespaceAvro_1_1Generic.html">Generic</a> wrapper class for writing data from specific objects </td></tr> |
| <tr id="row_0_3_11_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Reflect_1_1TypedFieldConverter.html" target="_self">TypedFieldConverter</a></td><td class="desc">Constructor </td></tr> |
| <tr id="row_0_4_"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_4_" class="arrow" onclick="toggleFolder('0_4_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1Specific.html" target="_self">Specific</a></td><td class="desc"></td></tr> |
| <tr id="row_0_4_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Specific_1_1ICallbackRequestor.html" target="_self">ICallbackRequestor</a></td><td class="desc">TODO: This interface needs better documentation. </td></tr> |
| <tr id="row_0_4_1_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Specific_1_1ISpecificProtocol.html" target="_self">ISpecificProtocol</a></td><td class="desc">Defines the interface for a class that implements a specific protocol. TODO: This interface needs better documentation. </td></tr> |
| <tr id="row_0_4_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="interfaceAvro_1_1Specific_1_1ISpecificRecord.html" target="_self">ISpecificRecord</a></td><td class="desc">Interface class for generated classes </td></tr> |
| <tr id="row_0_4_3_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span id="arr_0_4_3_" class="arrow" onclick="toggleFolder('0_4_3_')">►</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1ObjectCreator.html" target="_self">ObjectCreator</a></td><td class="desc">Resolves and creates types associated with a schema and/or name. You should generally use the shared <a class="el" href="classAvro_1_1Specific_1_1ObjectCreator.html#a1b7eb960259e46ca3d6809e13546b11a" title="Shareable instance of the ObjectCreator. ">Instance</a> to take advantage caching. </td></tr> |
| <tr id="row_0_4_3_0_" class="even" style="display:none;"><td class="entry"><span style="width:64px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structAvro_1_1Specific_1_1ObjectCreator_1_1NameCtorKey.html" target="_self">NameCtorKey</a></td><td class="desc">Obsolete: This will be removed from the public API in a future version. </td></tr> |
| <tr id="row_0_4_4_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificDatumReader.html" target="_self">SpecificDatumReader</a></td><td class="desc">PreresolvingDatumReader for reading data to <a class="el" href="interfaceAvro_1_1Specific_1_1ISpecificRecord.html" title="Interface class for generated classes ">ISpecificRecord</a> classes. </td></tr> |
| <tr id="row_0_4_5_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificDatumWriter.html" target="_self">SpecificDatumWriter</a></td><td class="desc">PreresolvingDatumWriter for writing data from <a class="el" href="interfaceAvro_1_1Specific_1_1ISpecificRecord.html" title="Interface class for generated classes ">ISpecificRecord</a> classes. </td></tr> |
| <tr id="row_0_4_6_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificDefaultReader.html" target="_self">SpecificDefaultReader</a></td><td class="desc">Reader class for reading data and storing into specific classes </td></tr> |
| <tr id="row_0_4_7_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificDefaultWriter.html" target="_self">SpecificDefaultWriter</a></td><td class="desc">Class for writing data from any specific objects </td></tr> |
| <tr id="row_0_4_8_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificException.html" target="_self">SpecificException</a></td><td class="desc">Base class for specific exceptions. </td></tr> |
| <tr id="row_0_4_9_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificFixed.html" target="_self">SpecificFixed</a></td><td class="desc">Base class for all generated classes </td></tr> |
| <tr id="row_0_4_10_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificReader.html" target="_self">SpecificReader</a></td><td class="desc">Reader wrapper class for reading data and storing into specific classes </td></tr> |
| <tr id="row_0_4_11_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Specific_1_1SpecificWriter.html" target="_self">SpecificWriter</a></td><td class="desc"><a class="el" href="namespaceAvro_1_1Generic.html">Generic</a> wrapper class for writing data from specific objects </td></tr> |
| <tr id="row_0_5_" class="even"><td class="entry"><span style="width:16px;display:inline-block;"> </span><span id="arr_0_5_" class="arrow" onclick="toggleFolder('0_5_')">▼</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespaceAvro_1_1Util.html" target="_self">Util</a></td><td class="desc"></td></tr> |
| <tr id="row_0_5_0_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1Date.html" target="_self">Date</a></td><td class="desc">The 'date' logical type. </td></tr> |
| <tr id="row_0_5_1_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1Decimal.html" target="_self">Decimal</a></td><td class="desc">The 'decimal' logical type. </td></tr> |
| <tr id="row_0_5_2_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1LogicalType.html" target="_self">LogicalType</a></td><td class="desc">Base for all logical type implementations. </td></tr> |
| <tr id="row_0_5_3_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1LogicalTypeFactory.html" target="_self">LogicalTypeFactory</a></td><td class="desc">A factory for logical type implementations. </td></tr> |
| <tr id="row_0_5_4_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1LogicalUnixEpochType.html" target="_self">LogicalUnixEpochType</a></td><td class="desc">Base for all logical type implementations that are based on the Unix Epoch date/time. </td></tr> |
| <tr id="row_0_5_5_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1TimeMicrosecond.html" target="_self">TimeMicrosecond</a></td><td class="desc">The 'time-micros' logical type. </td></tr> |
| <tr id="row_0_5_6_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1TimeMillisecond.html" target="_self">TimeMillisecond</a></td><td class="desc">The 'time-millis' logical type. </td></tr> |
| <tr id="row_0_5_7_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1TimestampMicrosecond.html" target="_self">TimestampMicrosecond</a></td><td class="desc">The 'timestamp-micros' logical type. </td></tr> |
| <tr id="row_0_5_8_"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1TimestampMillisecond.html" target="_self">TimestampMillisecond</a></td><td class="desc">The 'timestamp-millis' logical type. </td></tr> |
| <tr id="row_0_5_9_" class="even"><td class="entry"><span style="width:48px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Util_1_1Uuid.html" target="_self">Uuid</a></td><td class="desc">UUid logical type </td></tr> |
| <tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1ArraySchema.html" target="_self">ArraySchema</a></td><td class="desc">Class for array type schemas </td></tr> |
| <tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="structAvro_1_1AvroDecimal.html" target="_self">AvroDecimal</a></td><td class="desc">Represents a big decimal. </td></tr> |
| <tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1AvroException.html" target="_self">AvroException</a></td><td class="desc">A generic <a class="el" href="namespaceAvro.html">Avro</a> exception. </td></tr> |
| <tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1AvroRuntimeException.html" target="_self">AvroRuntimeException</a></td><td class="desc">A generic <a class="el" href="namespaceAvro.html">Avro</a> exception. </td></tr> |
| <tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1AvroTypeException.html" target="_self">AvroTypeException</a></td><td class="desc">Used to communicate an exception associated with <a class="el" href="namespaceAvro.html">Avro</a> typing. </td></tr> |
| <tr id="row_0_11_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1CodeGen.html" target="_self">CodeGen</a></td><td class="desc">Generates C# code from <a class="el" href="namespaceAvro.html">Avro</a> schemas and protocols. </td></tr> |
| <tr id="row_0_12_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1CodeGenException.html" target="_self">CodeGenException</a></td><td class="desc"></td></tr> |
| <tr id="row_0_13_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1CodeGenUtil.html" target="_self">CodeGenUtil</a></td><td class="desc">A singleton class containing data used by codegen </td></tr> |
| <tr id="row_0_14_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1EnumSchema.html" target="_self">EnumSchema</a></td><td class="desc">Class for enum type schemas </td></tr> |
| <tr id="row_0_15_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Field.html" target="_self">Field</a></td><td class="desc">Class for fields defined in a record </td></tr> |
| <tr id="row_0_16_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1FixedSchema.html" target="_self">FixedSchema</a></td><td class="desc">Class for fixed schemas </td></tr> |
| <tr id="row_0_17_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1JsonHelper.html" target="_self">JsonHelper</a></td><td class="desc"></td></tr> |
| <tr id="row_0_18_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1LogicalSchema.html" target="_self">LogicalSchema</a></td><td class="desc">Class for logical type schemas. </td></tr> |
| <tr id="row_0_19_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1MapSchema.html" target="_self">MapSchema</a></td><td class="desc">Class for map schemas </td></tr> |
| <tr id="row_0_20_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Message.html" target="_self">Message</a></td><td class="desc">Represents a message in an <a class="el" href="namespaceAvro.html">Avro</a> protocol. </td></tr> |
| <tr id="row_0_21_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1NamedSchema.html" target="_self">NamedSchema</a></td><td class="desc">Base class for all named schemas: fixed, enum, record </td></tr> |
| <tr id="row_0_22_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1PrimitiveSchema.html" target="_self">PrimitiveSchema</a></td><td class="desc">Class for schemas of primitive types </td></tr> |
| <tr id="row_0_23_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1PropertyMap.html" target="_self">PropertyMap</a></td><td class="desc">Provides access to custom properties (those not defined in the <a class="el" href="namespaceAvro.html">Avro</a> spec) in a JSON object. </td></tr> |
| <tr id="row_0_24_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Protocol.html" target="_self">Protocol</a></td><td class="desc">A set of messages forming an application protocol. </td></tr> |
| <tr id="row_0_25_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1ProtocolParseException.html" target="_self">ProtocolParseException</a></td><td class="desc">Used to communicate an exception that occurred while parsing a protocol. </td></tr> |
| <tr id="row_0_26_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1RecordSchema.html" target="_self">RecordSchema</a></td><td class="desc">Class for record schemas </td></tr> |
| <tr id="row_0_27_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1Schema.html" target="_self">Schema</a></td><td class="desc">Base class for all schema types </td></tr> |
| <tr id="row_0_28_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1SchemaName.html" target="_self">SchemaName</a></td><td class="desc">Class to store schema name, namespace and enclosing namespace </td></tr> |
| <tr id="row_0_29_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1SchemaNames.html" target="_self">SchemaNames</a></td><td class="desc">A class that contains a list of named schemas. This is used when reading or writing a schema/protocol. This prevents reading and writing of duplicate schema definitions within a protocol or schema file </td></tr> |
| <tr id="row_0_30_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1SchemaParseException.html" target="_self">SchemaParseException</a></td><td class="desc">Used to communicate an exception that occurred while parsing a schema. </td></tr> |
| <tr id="row_0_31_" class="even"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1UnionSchema.html" target="_self">UnionSchema</a></td><td class="desc">Class for union schemas </td></tr> |
| <tr id="row_0_32_"><td class="entry"><span style="width:32px;display:inline-block;"> </span><span class="icona"><span class="icon">C</span></span><a class="el" href="classAvro_1_1UnnamedSchema.html" target="_self">UnnamedSchema</a></td><td class="desc">Base class for all unnamed schemas </td></tr> |
| </table> |
| </div><!-- directory --> |
| </div><!-- contents --> |
| <!-- start footer part --> |
| <hr class="footer"/><address class="footer"><small> |
| Generated by  <a href="http://www.doxygen.org/index.html"> |
| <img class="footer" src="doxygen.png" alt="doxygen"/> |
| </a> 1.8.13 |
| </small></address> |
| </body> |
| </html> |