Uses of Class
net.sf.jmimemagic.MagicParseException
-
Packages that use MagicParseException Package Description net.sf.jmimemagic -
-
Uses of MagicParseException in net.sf.jmimemagic
Methods in net.sf.jmimemagic that throw MagicParseException 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.static void
Magic. initialize()
Create a parser and initialize it.void
MagicParser. initialize()
Parse the xml file and create our MagicMatcher object list.
-