Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index

Class: DataBuf

Parent class: std

Description:
This class implements binary I/O from memory. This streambuf subclass can be used for either data input or output with separate "current position" pointers for each direction. Now that strstream is deprecated in standard C++ I don't know of any other good way to do this.

Data Fields

Constructors / Destructor
public DataBuf(char* buffer, int size)
Constructor.
private ~DataBuf()

Methods

Operators


Alphabetic Class Index   |   Class Inheritance Tree Index   |   Tool Index