X-Git-Url: http://git.ieval.ro/?p=io-compress-brotli.git;a=blobdiff_plain;f=lib%2FIO%2FCompress%2FBrotli.pm;h=f1b76e219a29dd6dcfa03360a68959caa8c7af33;hp=303896593989ccf7e1ece7ed34b3a789e2702fdc;hb=593b81c0d82458c00172fac374508871d21da050;hpb=b4be88fe42f3233691ee9b995b35b21dc235f384 diff --git a/lib/IO/Compress/Brotli.pm b/lib/IO/Compress/Brotli.pm index 3038965..f1b76e2 100644 --- a/lib/IO/Compress/Brotli.pm +++ b/lib/IO/Compress/Brotli.pm @@ -63,10 +63,12 @@ function. =over -=item B(I<$input>) +=item B(I<$input>, I<$quality>, I<$window>) Takes a whole uncompressed buffer as input and returns the compressed -data. +data using the supplied quality and window parameters. If quality and +window parameters are not supplied, default values are used (as +described under the object-oriented interface). Exported by default.