FDO API Reference Feature Data Objects

FdoIoByteStreamReader Class Reference

#include <ByteStreamReader.h>

Inherits FdoIoObjectStreamReader< FdoByte >.

Inheritance diagram for FdoIoByteStreamReader:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoIoObjectStreamReader is the template for all readers on FdoIoStream. Readers for various sized objects or primitive types can be based on this class.

Definition at line 29 of file ByteStreamReader.h.


Public Member Functions

virtual FDO_API_COMMON FdoStreamReaderType GetType ()

Static Public Member Functions

static FDO_API_COMMON FdoIoByteStreamReaderCreate (FdoIoStream *stream)
 Creates a Byte Stream reader. Reads binary data from a FdoIoStream.

Protected Member Functions

virtual FDO_API_COMMON void Dispose ()
 Dispose this object.

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.