Uses of Class
com.j256.simplemagic.entries.MagicEntry

Packages that use MagicEntry
com.j256.simplemagic.entries Internal storing of the entries read from the magic file(s). 
 

Uses of MagicEntry in com.j256.simplemagic.entries
 

Methods in com.j256.simplemagic.entries that return MagicEntry
static MagicEntry MagicEntryParser.parseLine(MagicEntry previous, String line, ContentTypeUtil.ErrorCallBack errorCallBack)
          Parse a line from the magic configuration file into an entry.
 

Methods in com.j256.simplemagic.entries with parameters of type MagicEntry
static MagicEntry MagicEntryParser.parseLine(MagicEntry previous, String line, ContentTypeUtil.ErrorCallBack errorCallBack)
          Parse a line from the magic configuration file into an entry.
 



This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.