parse
Split the array into ExtraFields and populate them with the given data as local file data, throwing an exception if the data cannot be parsed.
Return
an array of ExtraFields
Parameters
an array of bytes as it appears in local file data
Throws
on error
Split the array into ExtraFields and populate them with the given data, throwing an exception if the data cannot be parsed.
Return
an array of ExtraFields
Parameters
an array of bytes
whether data originates from the local file data or the central directory
Throws
on error
Split the array into ExtraFields and populate them with the given data.
Return
an array of ExtraFields
Since
1.19
Parameters
an array of bytes
controls parsing of extra fields.
whether data originates from the local file data or the central directory
Throws
on error
Split the array into ExtraFields and populate them with the given data.
Return
an array of ExtraFields
Since
1.1
Parameters
an array of bytes
whether data originates from the local file data or the central directory
what to do if the extra field data cannot be parsed.
Throws
on error