basicio.hpp File Reference

Simple binary IO abstraction. More...

#include "types.hpp"
#include <string>
#include <vector>
#include <cstdio>

Include dependency graph for basicio.hpp:

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  Exiv2

Classes

class  Exiv2::BasicIo
 An interface for simple binary IO. More...
class  Exiv2::IoCloser
 Utility class that closes a BasicIo instance upon destruction. Meant to be used as a stack variable in functions that need to ensure BasicIo instances get closed. Useful when functions return errors from many locations. More...
class  Exiv2::FileIo
 Provides binary file IO by implementing the BasicIo interface. More...
class  Exiv2::MemIo
 Provides binary IO on blocks of memory by implementing the BasicIo interface. The current implementation makes a copy of any data passed to its constructors. If writes are performed, the changed data can be retrieved using the read methods (since the data used in construction is never modified). More...

Detailed Description

Simple binary IO abstraction.

Version:
Rev
565
Author:
Brad Schick (brad) brad@robotbattle.com
Date:
04-Dec-04, brad: created

Generated on Sun Feb 26 04:28:27 2006 for Exiv2 by  doxygen 1.4.6