Lines Matching full:will

229 assumed to be a filename. This file will be opened for reading and the
230 input data will be read from it.
235 data will be read from it. The string '-' can be used as an alias for
241 will be read from C<$$input_filename_or_reference>.
248 The input data will be read from each file in turn.
250 The complete array will be walked to ensure that it only
256 characters "<" and ">" C<bunzip2> will assume that it is an
265 C<undef> will be returned.
278 assumed to be a filename. This file will be opened for writing and the
279 uncompressed data will be written to it.
284 uncompressed data will be written to it. The string '-' can be used as
290 uncompressed data will be stored in C<$$output_filename_or_reference>.
295 the uncompressed data will be pushed onto the array.
300 characters "<" and ">" C<bunzip2> will assume that it is an
313 C<undef> will be returned.
319 a single file/buffer, after uncompression C<$output_filename_or_reference> will contain a
336 If C<AutoClose> is specified, and the value is true, it will result in all
344 This option is now a no-op. All files will be written in binmode.
355 If C<Append> is enabled, all uncompressed data will be append to the end of
356 the output buffer. Otherwise the output buffer will be cleared before any
361 If C<Append> is enabled, the file will be opened in append mode. Otherwise
362 the contents of the file, if any, will be truncated before any uncompressed
367 If C<Append> is enabled, the filehandle will be positioned to the end of
369 written to it. Otherwise the file pointer will not be moved.
373 When C<Append> is specified, and set to true, it will I<append> all uncompressed
376 So when the output is a filehandle it will carry out a seek to the eof
377 before writing any uncompressed data. If the output is a filename, it will be opened for
378 appending. If the output is a buffer, all uncompressed data will be
382 false, it will operate as follows.
384 When the output is a filename, it will truncate the contents of the file
386 its position will not be changed. If the output is a buffer, it will be
394 option will uncompress the whole lot as a single data stream.
407 If the input is a buffer, C<trailingData> will return everything from the
410 If the input is a filehandle, C<trailingData> will return the data that is
460 and if you want to compress each file one at a time, this will do the trick
487 The variable C<$Bunzip2Error> will contain an error message on failure.
520 file will be opened for reading and the compressed data will be read from it.
524 If the C<$input> parameter is a filehandle, the compressed data will be
530 If C<$input> is a scalar reference, the compressed data will be read from
552 specified, and the value is true, it will result in the file being closed once
561 compressed stream. Decompression will stop once either the end of the
570 This option will uncompress the contents of C<$string> before processing the
582 the module will allow reading of it anyway.
586 will make this module treat the whole file/buffer as a single data stream.
592 When reading the compressed input data, IO::Uncompress::Bunzip2 will read it in
599 When present this option will limit the number of compressed bytes read
606 the file pointer will be left pointing to the first byte directly after the
615 If set to 1, all uncompressed data will be appended to the output parameter
619 will be overwritten by the uncompressed data.
629 When non-zero this options will make bzip2 use a decompression algorithm
648 set in the constructor, the uncompressed data will be appended to the
649 C<$buffer> parameter. Otherwise C<$buffer> will be overwritten.
667 previous one, is that this one will attempt to return I<exactly> C<$length>
668 bytes. The only circumstances that this function will not is if end-of-file
774 C<EXPR> is present, and is non-zero, it will enable flushing after every
801 will return the underlying file descriptor. Once the C<close> method is
802 called C<fileno> will return C<undef>.
804 If the C<$z> object is associated with a buffer, this method will return
814 For most versions of Perl this method will be automatically invoked if
818 these cases, the C<close> method will be called automatically, but
830 underlying file will also be closed.
839 compressed data stream is found, the eof marker will be cleared and C<$.>
840 will be reset to 0.
860 If the input is a buffer, C<trailingData> will return everything from the
863 If the input is a filehandle, C<trailingData> will return the data that is