Archive-Zip
view release on metacpan or search on metacpan
lib/Archive/Zip.pm view on Meta::CPAN
=back
=head2 Member Simple Accessors
These methods get (and/or set) member attribute values.
The zip64 format requires parts of the member data to be stored
in the so-called extra fields. You cannot get nor set this zip64
data through the extra field accessors described in this section.
In fact, the low-level member methods ensure that the zip64 data
in the extra fields is handled completely transparently and
invisibly to the user when members are read or written.
=over 4
=item zip64()
Returns whether the previous read or write of the member has been
done in zip64 format.
=item desiredZip64Mode()
lib/Archive/Zip.pm view on Meta::CPAN
=item fileComment( [ { comment => $newComment } ] )
Get or set the member's file comment.
=item hasDataDescriptor()
Get or set the data descriptor flag. If this is set, the
local header will not necessarily have the correct data
sizes. Instead, a small structure will be stored at the end
of the member data with these values. This should be
transparent in normal operation.
=item crc32()
Return the CRC-32 value for this member. This will not be set
for members that were constructed from strings or external
files until after the member has been written.
=item crc32String()
Return the CRC-32 value for this member as an 8 character
( run in 0.387 second using v1.01-cache-2.11-cpan-a1d94b6210f )