#include <basestrm.h>
Inheritance diagram for tn_lzw_file_buf_stream:

Public Member Functions | |
| tn_lzw_file_buf_stream (const char *name, IOMode mode) | |
| void | writedata (const void *buf, int size) |
| int | readdata (void *buf, int size, bool excpt=true) |
| int | readcmpdata (void *buf, int size, bool excpt=true) |
| void | writecmpdata (const void *buf, int size) |
| ~tn_lzw_file_buf_stream () | |
Definition at line 390 of file basestrm.h.
| tn_lzw_file_buf_stream::tn_lzw_file_buf_stream | ( | const char * | name, | |
| IOMode | mode | |||
| ) | [inline] |
| tn_lzw_file_buf_stream::~tn_lzw_file_buf_stream | ( | ) |
Definition at line 1580 of file basestrm.cpp.
References tnbufstream::close(), and tanycompression::close_compression().
| void tn_lzw_file_buf_stream::writedata | ( | const void * | buf, | |
| int | size | |||
| ) |
Reimplemented from tanycompression.
Definition at line 1560 of file basestrm.cpp.
References tanycompression::writedata().
| int tn_lzw_file_buf_stream::readdata | ( | void * | buf, | |
| int | size, | |||
| bool | excpt = true | |||
| ) |
Reimplemented from tanycompression.
Definition at line 1565 of file basestrm.cpp.
References tanycompression::readdata().
| int tn_lzw_file_buf_stream::readcmpdata | ( | void * | buf, | |
| int | size, | |||
| bool | excpt = true | |||
| ) | [virtual] |
Implements CompressionStreamInterface.
Definition at line 1570 of file basestrm.cpp.
References tnbufstream::readdata().
| void tn_lzw_file_buf_stream::writecmpdata | ( | const void * | buf, | |
| int | size | |||
| ) | [virtual] |
Implements CompressionStreamInterface.
Definition at line 1575 of file basestrm.cpp.
References tnbufstream::writedata().
1.5.1