Uses of Class
net.sf.jmimemagic.MagicParseException
Packages that use MagicParseException
-
Uses of MagicParseException in net.sf.jmimemagic
Methods in net.sf.jmimemagic that throw MagicParseExceptionModifier and TypeMethodDescriptionstatic 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.