Lines Matching full:will

194 assumed to be a filename. This file will be opened for reading and the
195 input data will be read from it.
200 data will be read from it. The string '-' can be used as an alias for
206 will be read from C<$$input_filename_or_reference>.
213 The input data will be read from each file in turn.
215 The complete array will be walked to ensure that it only
221 characters "<" and ">" C<deflate> will assume that it is an
230 C<undef> will be returned.
243 assumed to be a filename. This file will be opened for writing and the
244 compressed data will be written to it.
249 compressed data will be written to it. The string '-' can be used as
255 compressed data will be stored in C<$$output_filename_or_reference>.
260 the compressed data will be pushed onto the array.
265 characters "<" and ">" C<deflate> will assume that it is an
278 C<undef> will be returned.
284 file/buffer the input files/buffers will be stored
300 If C<AutoClose> is specified, and the value is true, it will result in all
308 This option is now a no-op. All files will be read in binmode.
319 If C<Append> is enabled, all compressed data will be append to the end of
320 the output buffer. Otherwise the output buffer will be cleared before any
325 If C<Append> is enabled, the file will be opened in append mode. Otherwise
326 the contents of the file, if any, will be truncated before any compressed
331 If C<Append> is enabled, the filehandle will be positioned to the end of
333 written to it. Otherwise the file pointer will not be moved.
337 When C<Append> is specified, and set to true, it will I<append> all compressed
340 So when the output is a filehandle it will carry out a seek to the eof
341 before writing any compressed data. If the output is a filename, it will be opened for
342 appending. If the output is a buffer, all compressed data will be
346 false, it will operate as follows.
348 When the output is a filename, it will truncate the contents of the file
350 its position will not be changed. If the output is a buffer, it will be
414 and if you want to compress each file one at a time, this will do the trick
440 The variable C<$DeflateError> will contain an error message on failure.
472 filename. This file will be opened for writing and the compressed data
473 will be written to it.
477 If the C<$output> parameter is a filehandle, the compressed data will be
483 If C<$output> is a scalar reference, the compressed data will be stored
488 If the C<$output> parameter is any other type, C<IO::Compress::Deflate>::new will
500 specified, and the value is true, it will result in the C<$output> being
517 will be append to the end of C<$output>. Otherwise C<$output> will be
522 If C<$output> is a filename and C<Append> is enabled, the file will be
523 opened in append mode. Otherwise the contents of the file, if any, will be
528 If C<$output> is a filehandle, the file pointer will be positioned to the
530 to it. Otherwise the file pointer will not be moved.
552 fatal error will be thrown if C<Merge> is used with an older version of
711 how the flushing will be carried out. By default the C<$flush_type>
748 Empty parts of the file/buffer will have NULL (0x00) bytes written to them.
777 C<EXPR> is present, and is non-zero, it will enable flushing after every
799 will return the underlying file descriptor. Once the C<close> method is
800 called C<fileno> will return C<undef>.
802 If the C<$z> object is associated with a buffer, this method will return
812 For most versions of Perl this method will be automatically invoked if
816 these cases, the C<close> method will be called automatically, but
828 underlying file will also be closed.