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 */
21
18
#include "transparent_file.h"
23
20
Transparent_file::Transparent_file() : lower_bound(0), buff_size(IO_SIZE)
28
25
Transparent_file::~Transparent_file()
33
30
void Transparent_file::init_buff(File filedes_arg)