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

Inherited by Avro.Generic.GenericDatumReader< T >.GenericFixedAccess.

List of all members.

Public Member Functions

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

template<T>
interface Avro::Generic::PreresolvingDatumReader< T >::FixedAccess


Member Function Documentation

template<T >
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.
template<T >
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:
 All Classes Namespaces Functions Variables Enumerations Properties