Uses of Class
net.sf.jmimemagic.MagicMatch
Packages that use MagicMatch
-
Uses of MagicMatch in net.sf.jmimemagic
Fields in net.sf.jmimemagic declared as MagicMatchModifier and TypeFieldDescriptionprivate MagicMatchMagicMatcher.matchprivate MagicMatchMagicParser.matchFields in net.sf.jmimemagic with type parameters of type MagicMatchMethods in net.sf.jmimemagic that return MagicMatchModifier and TypeMethodDescriptionstatic MagicMatchMagic.getMagicMatch(byte[] data) Get a match from a stream of data.static MagicMatchMagic.getMagicMatch(byte[] data, boolean onlyMimeMatch) Get a match from a stream of data.MagicMatcher.getMatch()MagicMatcher.test(byte[] data, boolean onlyMimeMatch) Test to see if this match or any submatches match.test to see if this match or any submatches matchMethods in net.sf.jmimemagic that return types with arguments of type MagicMatchModifier and TypeMethodDescriptionMagicMatch.getSubMatches()get all submatches for this magic matchMethods in net.sf.jmimemagic with parameters of type MagicMatchModifier and TypeMethodDescriptionvoidMagicMatch.addSubMatch(MagicMatch m) Add a submatch to this magic match.voidMagicMatcher.setMatch(MagicMatch match) Method parameters in net.sf.jmimemagic with type arguments of type MagicMatchModifier and TypeMethodDescriptionvoidMagicMatch.setSubMatches(Collection<MagicMatch> a) Set all submatches.