-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.IsGZipped
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
zlib.IsGZipped
Function IsGZipped(Extends TargetFile As FolderItem) As Boolean
Function IsGZipped(Extends Target As MemoryBlock) As Boolean
Name | Type | Comment |
---|---|---|
TargetFile | FolderItem | The file to examine |
Name | Type | Comment |
---|---|---|
Target | MemoryBlock | The memory to examine |
Returns True
if the file/memory is likely gzipped.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.