Lines Matching full:will
288 assumed to be a filename. This file will be opened for reading and the
289 input data will be read from it.
294 data will be read from it. The string '-' can be used as an alias for
300 will be read from C<$$input_filename_or_reference>.
307 The input data will be read from each file in turn.
309 The complete array will be walked to ensure that it only
315 characters "<" and ">" C<inflate> will assume that it is an
324 C<undef> will be returned.
337 assumed to be a filename. This file will be opened for writing and the
338 uncompressed data will be written to it.
343 uncompressed data will be written to it. The string '-' can be used as
349 uncompressed data will be stored in C<$$output_filename_or_reference>.
354 the uncompressed data will be pushed onto the array.
359 characters "<" and ">" C<inflate> will assume that it is an
372 C<undef> will be returned.
378 a single file/buffer, after uncompression C<$output_filename_or_reference> will contain a
395 If C<AutoClose> is specified, and the value is true, it will result in all
403 This option is now a no-op. All files will be written in binmode.
414 If C<Append> is enabled, all uncompressed data will be append to the end of
415 the output buffer. Otherwise the output buffer will be cleared before any
420 If C<Append> is enabled, the file will be opened in append mode. Otherwise
421 the contents of the file, if any, will be truncated before any uncompressed
426 If C<Append> is enabled, the filehandle will be positioned to the end of
428 written to it. Otherwise the file pointer will not be moved.
432 When C<Append> is specified, and set to true, it will I<append> all uncompressed
435 So when the output is a filehandle it will carry out a seek to the eof
436 before writing any uncompressed data. If the output is a filename, it will be opened for
437 appending. If the output is a buffer, all uncompressed data will be
441 false, it will operate as follows.
443 When the output is a filename, it will truncate the contents of the file
445 its position will not be changed. If the output is a buffer, it will be
453 option will uncompress the whole lot as a single data stream.
466 If the input is a buffer, C<trailingData> will return everything from the
469 If the input is a filehandle, C<trailingData> will return the data that is
519 and if you want to compress each file one at a time, this will do the trick
546 The variable C<$InflateError> will contain an error message on failure.
579 file will be opened for reading and the compressed data will be read from it.
583 If the C<$input> parameter is a filehandle, the compressed data will be
589 If C<$input> is a scalar reference, the compressed data will be read from
611 specified, and the value is true, it will result in the file being closed once
620 compressed stream. Decompression will stop once either the end of the
629 This option will uncompress the contents of C<$string> before processing the
641 the module will allow reading of it anyway.
645 will make this module treat the whole file/buffer as a single data stream.
651 When reading the compressed input data, IO::Uncompress::Inflate will read it in
658 When present this option will limit the number of compressed bytes read
665 the file pointer will be left pointing to the first byte directly after the
674 If set to 1, all uncompressed data will be appended to the output parameter
678 will be overwritten by the uncompressed data.
716 set in the constructor, the uncompressed data will be appended to the
717 C<$buffer> parameter. Otherwise C<$buffer> will be overwritten.
735 previous one, is that this one will attempt to return I<exactly> C<$length>
736 bytes. The only circumstances that this function will not is if end-of-file
850 C<EXPR> is present, and is non-zero, it will enable flushing after every
877 will return the underlying file descriptor. Once the C<close> method is
878 called C<fileno> will return C<undef>.
880 If the C<$z> object is associated with a buffer, this method will return
890 For most versions of Perl this method will be automatically invoked if
894 these cases, the C<close> method will be called automatically, but
906 underlying file will also be closed.
915 compressed data stream is found, the eof marker will be cleared and C<$.>
916 will be reset to 0.
936 If the input is a buffer, C<trailingData> will return everything from the
939 If the input is a filehandle, C<trailingData> will return the data that is