Name
SPVM::Compress::Raw::Zlib::Base - Raw::Zlib Base Class
Description
Compress::Raw::Zlib::Base class in SPVM is the base class of Compress::Raw::Zlib::Deflate and Compress::Raw::Zlib::Inflate.
Usage
use Compress::Raw::Zlib::Base;
class Compress::Raw::Zlib::MyClass extends Compress::Raw::Zlib::Base {
}
Instance Methods
total_out
method total_out : long ();
Returns the value of total_out
member variable of z_stream
object.
total_in
method total_in : long ();
Returns the value of total_in
member variable of z_stream
object.
get_Bufsize
method get_Bufsize : long ();
Returns the buffer size used to carry out the compression or decompression.
adler
method adler : long ();
Returns the value of adler
member variable of z_stream
object.
Well Known Child Classes
See Also
Copyright & License
Copyright (c) 2025 Yuki Kimoto
MIT License