13
13
along with this program; if not, write to the Free Software
14
14
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
18
21
#include "transparent_file.h"
20
23
Transparent_file::Transparent_file() : lower_bound(0), buff_size(IO_SIZE)
25
28
Transparent_file::~Transparent_file()
30
33
void Transparent_file::init_buff(File filedes_arg)