xref: /openbsd-src/usr.bin/file/magdir/java (revision 2b0358df1d88d06ef4139321dd05bd5e05d91eaf)
1#	$OpenBSD: java,v 1.4 2008/05/08 01:40:57 chl Exp $
2
3#------------------------------------------------------------
4# Java ByteCode and Mach-O binaries (e.g., Mac OS X) use the
5# same magic number, 0xcafebabe, so they are both handled
6# in the entry called "cafebabe".
7#------------------------------------------------------------
8# Java serialization
9# From Martin Pool (m.pool@pharos.com.au)
100	beshort		0xaced		Java serialization data
11>2	beshort		>0x0004		\b, version %d
12