11 lines
329 B
C++
11 lines
329 B
C++
/******************************************************************************
|
|||
|
|
/
|
||
|
|
/ File: DataIO.cpp
|
||
|
|
/
|
||
|
|
/ Description: BMallocIO and BMemoryIO objects represent a buffer of
|
||
|
|
/ dynamically allocated memory.
|
||
|
|
/
|
||
|
|
/ Author: Steve Vallee
|
||
|
|
/
|
||
|
|
******************************************************************************/
|