Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | List of all members
Avro.Generic.PreresolvingDatumReader< T >.FixedAccess Interface Reference

Public Member Functions

object CreateFixed (object reuse)
 Returns a fixed object. More...
 
byte[] GetFixedBuffer (object f)
 Returns a buffer of appropriate size to read data into. More...
 

Member Function Documentation

object Avro.Generic.PreresolvingDatumReader< T >.FixedAccess.CreateFixed ( object  reuse)

Returns a fixed object.

Parameters
reuseIf appropriate, uses this object instead of creating a new one.
Returns
A fixed object with an appropriate buffer.
byte [] Avro.Generic.PreresolvingDatumReader< T >.FixedAccess.GetFixedBuffer ( object  f)

Returns a buffer of appropriate size to read data into.

Parameters
fThe fixed object. It is guaranteed that this is something that has been previously returned by CreateFixed
Returns
A byte buffer of fixed's size.

The documentation for this interface was generated from the following file: