- getBitmask() - Method in class net.sf.jmimemagic.MagicMatch
-
get the bitmask that will be applied for this magic match
- getComparator() - Method in class net.sf.jmimemagic.MagicMatch
-
get the comparator for this magic match
- getDescription() - Method in class net.sf.jmimemagic.MagicMatch
-
get the description for this magic match
- getDetectorExtensions() - Method in class net.sf.jmimemagic.MagicMatcher
-
Get the extensions for the underlying detectory
- getDisplayName() - Method in class net.sf.jmimemagic.detectors.TextFileDetector
-
DOCUMENT ME!
- getDisplayName() - Method in interface net.sf.jmimemagic.MagicDetector
-
DOCUMENT ME!
- getExtension() - Method in class net.sf.jmimemagic.MagicMatch
-
get the extension for this magic match
- getHandledExtensions() - Method in class net.sf.jmimemagic.detectors.TextFileDetector
-
DOCUMENT ME!
- getHandledExtensions() - Method in interface net.sf.jmimemagic.MagicDetector
-
DOCUMENT ME!
- getHandledTypes() - Method in class net.sf.jmimemagic.detectors.TextFileDetector
-
DOCUMENT ME!
- getHandledTypes() - Method in interface net.sf.jmimemagic.MagicDetector
-
DOCUMENT ME!
- getLength() - Method in class net.sf.jmimemagic.MagicMatch
-
get the length we are restricting the comparison to for this magic match
- getMagicMatch(byte[]) - Static method in class net.sf.jmimemagic.Magic
-
get a match from a stream of data
- getMagicMatch(byte[], boolean) - Static method in class net.sf.jmimemagic.Magic
-
get a match from a stream of data
- getMagicMatch(File, boolean) - Static method in class net.sf.jmimemagic.Magic
-
get a match from a file
- getMagicMatch(File, boolean, boolean) - Static method in class net.sf.jmimemagic.Magic
-
get a match from a file
- getMatch() - Method in class net.sf.jmimemagic.MagicMatcher
-
DOCUMENT ME!
- getMatchers() - Static method in class net.sf.jmimemagic.Magic
-
return the parsed MagicMatch objects that were created from the magic.xml
definitions
- getMatchers() - Method in class net.sf.jmimemagic.MagicParser
-
DOCUMENT ME!
- getMimeType() - Method in class net.sf.jmimemagic.MagicMatch
-
get the magic match for this magic match
- getName() - Method in class net.sf.jmimemagic.detectors.TextFileDetector
-
DOCUMENT ME!
- getName() - Method in interface net.sf.jmimemagic.MagicDetector
-
DOCUMENT ME!
- getOffset() - Method in class net.sf.jmimemagic.MagicMatch
-
get the offset in the stream we are comparing to the test value for this magic match
- getProperties() - Method in class net.sf.jmimemagic.MagicMatch
-
get the properties for this magic match
- getSubMatchers() - Method in class net.sf.jmimemagic.MagicMatcher
-
get all submatches for this magic match
- getSubMatches() - Method in class net.sf.jmimemagic.MagicMatch
-
get all submatches for this magic match
- getTest() - Method in class net.sf.jmimemagic.MagicMatch
-
get the test value for this magic match
- getType() - Method in class net.sf.jmimemagic.MagicMatch
-
get the type of match for this magic match
- getVersion() - Method in class net.sf.jmimemagic.detectors.TextFileDetector
-
DOCUMENT ME!
- getVersion() - Method in interface net.sf.jmimemagic.MagicDetector
-
DOCUMENT ME!
- Magic - Class in net.sf.jmimemagic
-
This class is the primary class for jMimeMagic
- Magic() - Constructor for class net.sf.jmimemagic.Magic
-
constructor
- MagicDetector - Interface in net.sf.jmimemagic
-
DOCUMENT ME!
- MagicException - Exception in net.sf.jmimemagic
-
Basic JMimeMagic parse exception.
- MagicException() - Constructor for exception net.sf.jmimemagic.MagicException
-
Default constructor
- MagicException(String) - Constructor for exception net.sf.jmimemagic.MagicException
-
Create exception with error message
- MagicException(Throwable) - Constructor for exception net.sf.jmimemagic.MagicException
-
Create exception based on an existing Throwable
- MagicException(String, Throwable) - Constructor for exception net.sf.jmimemagic.MagicException
-
Create an exception with custom message and throwable info
- MagicMatch - Class in net.sf.jmimemagic
-
This class represents a single match test
- MagicMatch() - Constructor for class net.sf.jmimemagic.MagicMatch
-
constructor
- MagicMatcher - Class in net.sf.jmimemagic
-
This class represents a single match test
- MagicMatcher() - Constructor for class net.sf.jmimemagic.MagicMatcher
-
constructor
- MagicMatchNotFoundException - Exception in net.sf.jmimemagic
-
Basic JMimeMagic parse exception.
- MagicMatchNotFoundException() - Constructor for exception net.sf.jmimemagic.MagicMatchNotFoundException
-
constructor
- MagicMatchNotFoundException(String) - Constructor for exception net.sf.jmimemagic.MagicMatchNotFoundException
-
Create exception with error message
- MagicMatchNotFoundException(Throwable) - Constructor for exception net.sf.jmimemagic.MagicMatchNotFoundException
-
Create exception based on an existing Throwable
- MagicMatchNotFoundException(String, Throwable) - Constructor for exception net.sf.jmimemagic.MagicMatchNotFoundException
-
Create an exception with custom message and throwable info
- MagicParseException - Exception in net.sf.jmimemagic
-
Basic JMimeMagic parse exception.
- MagicParseException() - Constructor for exception net.sf.jmimemagic.MagicParseException
-
Default constructor
- MagicParseException(String) - Constructor for exception net.sf.jmimemagic.MagicParseException
-
Create exception with error message
- MagicParseException(Throwable) - Constructor for exception net.sf.jmimemagic.MagicParseException
-
Create exception based on an existing Throwable
- MagicParseException(String, Throwable) - Constructor for exception net.sf.jmimemagic.MagicParseException
-
Create an exception with custom message and throwable info
- MagicParser - Class in net.sf.jmimemagic
-
DOCUMENT ME!
- MagicParser() - Constructor for class net.sf.jmimemagic.MagicParser
-
constructor
- main(String[]) - Static method in class net.sf.jmimemagic.Magic
-
DOCUMENT ME!
- mimeTypeMatches(String) - Method in class net.sf.jmimemagic.MagicMatch
-
determine if this match or any submatches has the description