Uses of Class
net.sf.jmimemagic.MagicException
-
Packages that use MagicException Package Description net.sf.jmimemagic -
-
Uses of MagicException in net.sf.jmimemagic
Methods in net.sf.jmimemagic that throw MagicException Modifier and Type Method Description static MagicMatch
Magic. getMagicMatch(byte[] data)
Get a match from a stream of data.static MagicMatch
Magic. getMagicMatch(byte[] data, boolean onlyMimeMatch)
Get a match from a stream of data.
-