Module infer::archive [−][src]
Functions
| is_7z | Returns whether a buffer is a 7z archive. |
| is_ar | Returns whether a buffer is a ar archive. |
| is_bz2 | Returns whether a buffer is a bzip archive. |
| is_cab | Returns whether a buffer is a CAB. |
| is_crx | Returns whether a buffer is Google Chrome Extension |
| is_dcm | Returns whether a buffer is a dcm archive. |
| is_deb | Returns whether a buffer is a deb archive. |
| is_eot | Returns whether a buffer is a eot octet stream. |
| is_epub | Returns whether a buffer is an ePub. |
| is_gz | Returns whether a buffer is a gzip archive. |
| is_lz | Returns whether a buffer is a lzip archive. |
| is_msi | Returns whether a buffer is a MSI Windows Installer archive. |
| is_nes | Returns whether a buffer is a Nintendo NES ROM. |
| is_pdf | Returns whether a buffer is a PDF. |
| is_ps | Returns whether a buffer is postscript. |
| is_rar | Returns whether a buffer is a RAR archive. |
| is_rpm | Returns whether a buffer is an RPM. |
| is_rtf | Returns whether a buffer is an RTF. |
| is_sqlite | Returns whether a buffer is a sqlite3 database. |
| is_swf | Returns whether a buffer is a SWF. |
| is_tar | Returns whether a buffer is a tar archive. |
| is_xz | Returns whether a buffer is xz archive. |
| is_z | Returns whether a buffer is a z archive. |
| is_zip | Returns whether a buffer is a zip archive. |
| is_zst | Returns whether a buffer is a Zstd archive. |