Lines Matching full:will

195 The module will auto-detect which, if any, of the supported
230 assumed to be a filename. This file will be opened for reading and the
231 input data will be read from it.
236 data will be read from it. The string '-' can be used as an alias for
242 will be read from C<$$input_filename_or_reference>.
249 The input data will be read from each file in turn.
251 The complete array will be walked to ensure that it only
257 characters "<" and ">" C<anyinflate> will assume that it is an
266 C<undef> will be returned.
279 assumed to be a filename. This file will be opened for writing and the
280 uncompressed data will be written to it.
285 uncompressed data will be written to it. The string '-' can be used as
291 uncompressed data will be stored in C<$$output_filename_or_reference>.
296 the uncompressed data will be pushed onto the array.
301 characters "<" and ">" C<anyinflate> will assume that it is an
314 C<undef> will be returned.
320 a single file/buffer, after uncompression C<$output_filename_or_reference> will contain a
337 If C<AutoClose> is specified, and the value is true, it will result in all
345 This option is now a no-op. All files will be written in binmode.
356 If C<Append> is enabled, all uncompressed data will be append to the end of
357 the output buffer. Otherwise the output buffer will be cleared before any
362 If C<Append> is enabled, the file will be opened in append mode. Otherwise
363 the contents of the file, if any, will be truncated before any uncompressed
368 If C<Append> is enabled, the filehandle will be positioned to the end of
370 written to it. Otherwise the file pointer will not be moved.
374 When C<Append> is specified, and set to true, it will I<append> all uncompressed
377 So when the output is a filehandle it will carry out a seek to the eof
378 before writing any uncompressed data. If the output is a filename, it will be opened for
379 appending. If the output is a buffer, all uncompressed data will be
383 false, it will operate as follows.
385 When the output is a filename, it will truncate the contents of the file
387 its position will not be changed. If the output is a buffer, it will be
395 option will uncompress the whole lot as a single data stream.
408 If the input is a buffer, C<trailingData> will return everything from the
411 If the input is a filehandle, C<trailingData> will return the data that is
461 and if you want to compress each file one at a time, this will do the trick
488 The variable C<$AnyInflateError> will contain an error message on failure.
521 file will be opened for reading and the compressed data will be read from it.
525 If the C<$input> parameter is a filehandle, the compressed data will be
531 If C<$input> is a scalar reference, the compressed data will be read from
553 specified, and the value is true, it will result in the file being closed once
562 compressed stream. Decompression will stop once either the end of the
571 This option will uncompress the contents of C<$string> before processing the
583 the module will allow reading of it anyway.
587 will make this module treat the whole file/buffer as a single data stream.
593 When reading the compressed input data, IO::Uncompress::AnyInflate will read it in
600 When present this option will limit the number of compressed bytes read
607 the file pointer will be left pointing to the first byte directly after the
616 If set to 1, all uncompressed data will be appended to the output parameter
620 will be overwritten by the uncompressed data.
632 If the input is an RFC 1950 data stream, the following will be checked:
647 If the input is a gzip (RFC 1952) data stream, the following will be checked:
699 If the gzip FEXTRA header field is present and this option is set, it will
703 If the C<Strict> is on it will automatically enable this option.
720 set in the constructor, the uncompressed data will be appended to the
721 C<$buffer> parameter. Otherwise C<$buffer> will be overwritten.
739 previous one, is that this one will attempt to return I<exactly> C<$length>
740 bytes. The only circumstances that this function will not is if end-of-file
854 C<EXPR> is present, and is non-zero, it will enable flushing after every
881 will return the underlying file descriptor. Once the C<close> method is
882 called C<fileno> will return C<undef>.
884 If the C<$z> object is associated with a buffer, this method will return
894 For most versions of Perl this method will be automatically invoked if
898 these cases, the C<close> method will be called automatically, but
910 underlying file will also be closed.
919 compressed data stream is found, the eof marker will be cleared and C<$.>
920 will be reset to 0.
940 If the input is a buffer, C<trailingData> will return everything from the
943 If the input is a filehandle, C<trailingData> will return the data that is