#include <TDataDeflation.hh>
Public メソッド | |
TDataDeflation (Tint bufsize=tDefaultBufferSize, Tint level=Z_DEFAULT_COMPRESSION) | |
TDataDeflation (const TDataDeflation &right) | |
~TDataDeflation () | |
const TDataDeflation & | operator= (const TDataDeflation &right) |
Tvoid | Compress (Tvoid *input, Tint nbyte, Tbool islast=Tfalse) |
const Tzstream & | GetDeflationStream () const |
Tzstream & | GetDeflationStream () |
Tint | GetCompressionLevel () const |
Tint | GetStatus () const |
Tint | GetSizeOfOutputBuffer () const |
Tvoid * | GetDeflatedData () const |
Tint | GetSizeOfDeflatedData () const |
Tvoid | SetCompressionLevel (Tint level) |
Tvoid | SetOutputBuffer (Tint bufsize) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|