Lines Matching full:will

366 assumed to be a filename. This file will be opened for reading and the
367 input data will be read from it.
372 data will be read from it. The string '-' can be used as an alias for
378 will be read from C<$$input_filename_or_reference>.
385 The input data will be read from each file in turn.
387 The complete array will be walked to ensure that it only
393 characters "<" and ">" C<gunzip> will assume that it is an
402 C<undef> will be returned.
415 assumed to be a filename. This file will be opened for writing and the
416 uncompressed data will be written to it.
421 uncompressed data will be written to it. The string '-' can be used as
427 uncompressed data will be stored in C<$$output_filename_or_reference>.
432 the uncompressed data will be pushed onto the array.
437 characters "<" and ">" C<gunzip> will assume that it is an
450 C<undef> will be returned.
456 a single file/buffer, after uncompression C<$output_filename_or_reference> will contain a
473 If C<AutoClose> is specified, and the value is true, it will result in all
481 This option is now a no-op. All files will be written in binmode.
492 If C<Append> is enabled, all uncompressed data will be append to the end of
493 the output buffer. Otherwise the output buffer will be cleared before any
498 If C<Append> is enabled, the file will be opened in append mode. Otherwise
499 the contents of the file, if any, will be truncated before any uncompressed
504 If C<Append> is enabled, the filehandle will be positioned to the end of
506 written to it. Otherwise the file pointer will not be moved.
510 When C<Append> is specified, and set to true, it will I<append> all uncompressed
513 So when the output is a filehandle it will carry out a seek to the eof
514 before writing any uncompressed data. If the output is a filename, it will be opened for
515 appending. If the output is a buffer, all uncompressed data will be
519 false, it will operate as follows.
521 When the output is a filename, it will truncate the contents of the file
523 its position will not be changed. If the output is a buffer, it will be
531 option will uncompress the whole lot as a single data stream.
544 If the input is a buffer, C<trailingData> will return everything from the
547 If the input is a filehandle, C<trailingData> will return the data that is
597 and if you want to compress each file one at a time, this will do the trick
624 The variable C<$GunzipError> will contain an error message on failure.
657 file will be opened for reading and the compressed data will be read from it.
661 If the C<$input> parameter is a filehandle, the compressed data will be
667 If C<$input> is a scalar reference, the compressed data will be read from
689 specified, and the value is true, it will result in the file being closed once
698 compressed stream. Decompression will stop once either the end of the
707 This option will uncompress the contents of C<$string> before processing the
719 the module will allow reading of it anyway.
723 will make this module treat the whole file/buffer as a single data stream.
729 When reading the compressed input data, IO::Uncompress::Gunzip will read it in
736 When present this option will limit the number of compressed bytes read
743 the file pointer will be left pointing to the first byte directly after the
752 If set to 1, all uncompressed data will be appended to the output parameter
756 will be overwritten by the uncompressed data.
807 If the gzip FEXTRA header field is present and this option is set, it will
811 If the C<Strict> is on it will automatically enable this option.
828 set in the constructor, the uncompressed data will be appended to the
829 C<$buffer> parameter. Otherwise C<$buffer> will be overwritten.
847 previous one, is that this one will attempt to return I<exactly> C<$length>
848 bytes. The only circumstances that this function will not is if end-of-file
906 present, the value will be undef. Note this is different from a zero length
907 name, which will return an empty string.
912 present, the value will be undef. Note this is different from a zero length
913 comment, which will return an empty string.
978 C<EXPR> is present, and is non-zero, it will enable flushing after every
1005 will return the underlying file descriptor. Once the C<close> method is
1006 called C<fileno> will return C<undef>.
1008 If the C<$z> object is associated with a buffer, this method will return
1018 For most versions of Perl this method will be automatically invoked if
1022 these cases, the C<close> method will be called automatically, but
1034 underlying file will also be closed.
1043 compressed data stream is found, the eof marker will be cleared and C<$.>
1044 will be reset to 0.
1064 If the input is a buffer, C<trailingData> will return everything from the
1067 If the input is a filehandle, C<trailingData> will return the data that is