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

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

Uses of MagicType in com.j256.simplemagic.entries
 

Methods in com.j256.simplemagic.entries that return MagicType
static MagicType MagicType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MagicType[] MagicType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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