Uses of Class
net.sf.jmimemagic.MagicMatchNotFoundException
-
Packages that use MagicMatchNotFoundException Package Description net.sf.jmimemagic -
-
Uses of MagicMatchNotFoundException in net.sf.jmimemagic
Methods in net.sf.jmimemagic that throw MagicMatchNotFoundException 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.
-