Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Classes
Package Avro.IO

Classes

class  BinaryDecoder
 Decoder for Avro binary format More...
 
class  BinaryEncoder
 Write leaf values. More...
 
class  ByteBufferInputStream
 
class  ByteBufferOutputStream
 
interface  Decoder
 Decoder is used to decode Avro data on a stream. There are methods to read the Avro types on the stream. There are also methods to skip items, which are usually more efficient than reading, on the stream. More...
 
interface  Encoder
 
interface  ICallback< in T >
 
class  InputStream
 
class  OutputStream
 
class  Resolver