InBinaryMemory Class Reference

#include <InStreams.h>

Inheritance diagram for InBinaryMemory:

InStream< InMemory, InBinary > InMemory InBinary In PhysicalInStream StreamReader List of all members.

Public Member Functions

 InBinaryMemory (const void *mem, unsigned size=0)

Detailed Description

A Binary Stream from a memory region.

Definition at line 778 of file InStreams.h.


Constructor & Destructor Documentation

InBinaryMemory::InBinaryMemory ( const void *  mem,
unsigned  size = 0 
) [inline]

Constructor.

Parameters:
mem The address of the memory block from which is read.
size The size of the memory block. It is only used to implement the function eof(). If the size is not specified, eof() will always return true, but reading from the stream is still possible.

Definition at line 789 of file InStreams.h.

References InMemory::open().


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:38:24 2006 for DT2005.panorama by  doxygen 1.4.7