#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 415 of file basestrm.h. References tanycompression::init(). |
|
|
Definition at line 1552 of file basestrm.cpp. References tnbufstream::close(), and tanycompression::close_compression(). |
|
||||||||||||||||
|
Implements t_compressor_stream_interface. Definition at line 1542 of file basestrm.cpp. References tnbufstream::readdata(). |
|
||||||||||||||||
|
Reimplemented from tanycompression. Definition at line 1537 of file basestrm.cpp. References tanycompression::readdata(). |
|
||||||||||||
|
Implements t_compressor_stream_interface. Definition at line 1547 of file basestrm.cpp. References tnbufstream::writedata(). |
|
||||||||||||
|
Reimplemented from tanycompression. Definition at line 1532 of file basestrm.cpp. References tanycompression::writedata(). |
1.4.2