Name

SPVM::Compress::Raw::Zlib - Low-Level Interface to zlib compression library

Description

Compress::Raw::Zlib class in SPVM provides a Perl interface to the zlib compression libraries.

Classes

Class Methods

gzip

static method gzip : void ($input : string, $output_ref : string[], $options : object[] = undef);

Compresses $input and outputs to $output_ref->[0] with the option $options.

AppendOutput and WindowBits options are set appropriately.

gunzip

static method gunzip : void ($input : string, $output_ref : string[], $options : object[] = undef);

Uncompresses $input and outputs to $output_ref->[0] with the option $options.

AppendOutput and WindowBits options are set appropriately.

Repository

SPVM::Compress::Raw::Zlib - Github

Author

Yuki Kimoto kimoto.yuki@gmail.com

Copyright & License

Copyright (c) 2025 Yuki Kimoto

MIT License