Lines Matching full:writing
116 my $writing ;
117 $writing = ! ($mode =~ /r/i) ;
118 $writing = ($mode =~ /[wa]/i) ;
125 my $infDef = $writing ? 'deflate' : 'inflate';
136 if ($writing) {
696 reading/writing gzip files, and the C<Compress::Raw::Zlib> module for some
708 If you are writing new code, your first port of call should be one of the
713 A number of functions are supplied in I<zlib> for reading and writing
746 for writing gzip files and L<IO::Uncompress::Gunzip|IO::Uncompress::Gunzip>
759 A more complete and flexible interface for reading/writing gzip
771 writing or attaches to the opened filehandle, C<$filehandle>.
774 When writing a gzip file this interface will I<always> create the smallest
782 opened for reading or writing and to optionally specify a compression
783 level and compression strategy when writing. The format of the C<$mode>
785 so "rb" is used to open for reading, "wb" for writing and "ab" for
786 appending (writing at the end of the file).
788 To specify a compression level when writing, append a digit between 0
793 To specify the compression strategy when writing, append 'f' for filtered
797 So, for example, "wb9" means open for writing with the maximum compression
798 using the default strategy and "wb4R" means open for writing with compression
860 When opened for writing, empty parts of the file will have NULL (0x00)
1007 or die "error writing: $gzerrno\n" ;
1083 this distribution for an alternative interface for reading/writing RFC 1950