xref: /minix3/external/bsd/file/dist/magic/magdir/fusecompress (revision 835f6802383ea18ff9311123031e44be87fb502a)
1*835f6802SDirk Vogt
2*835f6802SDirk Vogt#------------------------------------------------------------------------------
3*835f6802SDirk Vogt# $File: fusecompress,v 1.2 2011/08/08 09:05:55 christos Exp $
4*835f6802SDirk Vogt# fusecompress:   file(1) magic for fusecompress
5*835f6802SDirk Vogt0	string	\037\135\211	FuseCompress(ed) data
6*835f6802SDirk Vogt>3	byte	0x00	(none format)
7*835f6802SDirk Vogt>3	byte	0x01	(bz2 format)
8*835f6802SDirk Vogt>3	byte	0x02	(gz format)
9*835f6802SDirk Vogt>3	byte	0x03	(lzo format)
10*835f6802SDirk Vogt>3	byte	0x04	(xor format)
11*835f6802SDirk Vogt>3	byte	>0x04	(unknown format)
12*835f6802SDirk Vogt>4	long	x	uncompressed size: %d
13