|
ObjFW
|
Go to the source code of this file.
Classes | |
| class | OFZIPArchiveEntry |
| A class which represents an entry in the central directory of a ZIP archive. More... | |
Functions | |
| OFString * | OFZIPArchiveEntryVersionToString (uint16_t version) |
| Converts the ZIP entry version to a string. | |
| OFString * | OFZIPArchiveEntryCompressionMethodName (OFZIPArchiveEntryCompressionMethod compressionMethod) |
| Converts the ZIP entry compression method to a string. | |
| size_t | OFZIPArchiveEntryExtraFieldFind (OFData *extraField, OFZIPArchiveEntryExtraFieldTag tag, uint16_t *size) |
| Gets a pointer to and the size of the extensible data field with the specified tag. | |
Attribute compatibility part of ZIP versions.
|
extern |
Converts the ZIP entry compression method to a string.
| compressionMethod | The ZIP entry compression method to convert to a string |
|
extern |
Gets a pointer to and the size of the extensible data field with the specified tag.
| extraField | The extra field to search for an extensible data field with the specified tag |
| tag | The tag to look for |
| size | A pointer to an uint16_t that should be set to the size |
|
extern |
Converts the ZIP entry version to a string.
| version | The ZIP entry version to convert to a string |