Uses of Class
net.sf.jmimemagic.MagicMatch
-
Packages that use MagicMatch Package Description net.sf.jmimemagic -
-
Uses of MagicMatch in net.sf.jmimemagic
Fields in net.sf.jmimemagic declared as MagicMatch Modifier and Type Field Description private MagicMatchMagicMatcher. matchprivate MagicMatchMagicParser. matchFields in net.sf.jmimemagic with type parameters of type MagicMatch Modifier and Type Field Description private java.util.ArrayList<MagicMatch>MagicMatch. subMatchesMethods in net.sf.jmimemagic that return MagicMatch Modifier and Type Method Description static 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.MagicMatchMagicMatcher. getMatch()MagicMatchMagicMatcher. test(byte[] data, boolean onlyMimeMatch)Test to see if this match or any submatches match.MagicMatchMagicMatcher. test(java.io.File f, boolean onlyMimeMatch)test to see if this match or any submatches matchMethods in net.sf.jmimemagic that return types with arguments of type MagicMatch Modifier and Type Method Description java.util.Collection<MagicMatch>MagicMatch. getSubMatches()get all submatches for this magic matchMethods in net.sf.jmimemagic with parameters of type MagicMatch Modifier and Type Method Description voidMagicMatch. 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 MagicMatch Modifier and Type Method Description voidMagicMatch. setSubMatches(java.util.Collection<MagicMatch> a)Set all submatches.
-