Lines Matching full:will
227 assumed to be a filename. This file will be opened for reading and the
228 input data will be read from it.
233 data will be read from it. The string '-' can be used as an alias for
239 will be read from C<$$input_filename_or_reference>.
246 The input data will be read from each file in turn.
248 The complete array will be walked to ensure that it only
254 characters "<" and ">" C<bzip2> will assume that it is an
263 C<undef> will be returned.
276 assumed to be a filename. This file will be opened for writing and the
277 compressed data will be written to it.
282 compressed data will be written to it. The string '-' can be used as
288 compressed data will be stored in C<$$output_filename_or_reference>.
293 the compressed data will be pushed onto the array.
298 characters "<" and ">" C<bzip2> will assume that it is an
311 C<undef> will be returned.
317 file/buffer the input files/buffers will be stored
333 If C<AutoClose> is specified, and the value is true, it will result in all
341 This option is now a no-op. All files will be read in binmode.
352 If C<Append> is enabled, all compressed data will be append to the end of
353 the output buffer. Otherwise the output buffer will be cleared before any
358 If C<Append> is enabled, the file will be opened in append mode. Otherwise
359 the contents of the file, if any, will be truncated before any compressed
364 If C<Append> is enabled, the filehandle will be positioned to the end of
366 written to it. Otherwise the file pointer will not be moved.
370 When C<Append> is specified, and set to true, it will I<append> all compressed
373 So when the output is a filehandle it will carry out a seek to the eof
374 before writing any compressed data. If the output is a filename, it will be opened for
375 appending. If the output is a buffer, all compressed data will be
379 false, it will operate as follows.
381 When the output is a filename, it will truncate the contents of the file
383 its position will not be changed. If the output is a buffer, it will be
447 and if you want to compress each file one at a time, this will do the trick
473 The variable C<$Bzip2Error> will contain an error message on failure.
505 filename. This file will be opened for writing and the compressed data
506 will be written to it.
510 If the C<$output> parameter is a filehandle, the compressed data will be
516 If C<$output> is a scalar reference, the compressed data will be stored
521 If the C<$output> parameter is any other type, C<IO::Compress::Bzip2>::new will
533 specified, and the value is true, it will result in the C<$output> being
550 will be append to the end of C<$output>. Otherwise C<$output> will be
555 If C<$output> is a filename and C<Append> is enabled, the file will be
556 opened in append mode. Otherwise the contents of the file, if any, will be
561 If C<$output> is a filehandle, the file pointer will be positioned to the
563 to it. Otherwise the file pointer will not be moved.
731 Empty parts of the file/buffer will have NULL (0x00) bytes written to them.
760 C<EXPR> is present, and is non-zero, it will enable flushing after every
782 will return the underlying file descriptor. Once the C<close> method is
783 called C<fileno> will return C<undef>.
785 If the C<$z> object is associated with a buffer, this method will return
795 For most versions of Perl this method will be automatically invoked if
799 these cases, the C<close> method will be called automatically, but
811 underlying file will also be closed.