Uses of Package
com.j256.simplemagic.types

Packages that use com.j256.simplemagic.types
com.j256.simplemagic.types Various types which do the pattern matching. 
 

Classes in com.j256.simplemagic.types used by com.j256.simplemagic.types
BigEndianString16Type
          A two-byte unicode (UCS16) string in big-endian byte order.
IntegerType
          A four-byte integer value.
LocalDateType
          A 4-byte value interpreted as a UNIX-style date, but interpreted as local time rather than UTC.
LocalLongDateType
          An 8-byte value interpreted as a UNIX-style date, but interpreted as local time rather than UTC.
LongType
          An eight-byte value.
StringType
          From the magic(5) man page: A string of bytes.
StringType.StringTestInfo
          Internal holder for test information about strings.
 



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