| Avro C++
   
    | 
An Avro datafile that can store objects of type T. More...
#include <DataFile.hh>
 
  
 | Public Member Functions | |
| DataFileWriter (const char *filename, const ValidSchema &schema, size_t syncInterval=16 *1024) | |
| Constructs a new data file. | |
| void | write (const T &datum) | 
| Writes the given piece of data into the file. | |
| void | close () | 
| Closes the current file. | |
| const ValidSchema & | schema () const | 
| Returns the schema for this data file. | |
| void | flush () | 
| Flushes any unwritten data into the file. | |
An Avro datafile that can store objects of type T.
| void avro::DataFileWriter< T >::close | ( | ) |  [inline] | 
Closes the current file.
Once closed this datafile object cannot be used for writing any more.
 1.7.6.1
 1.7.6.1