Uses of Class
com.j256.simplemagic.types.IntegerType

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

Uses of IntegerType in com.j256.simplemagic.types
 

Subclasses of IntegerType in com.j256.simplemagic.types
 class LocalDateType
          A 4-byte value interpreted as a UNIX-style date, but interpreted as local time rather than UTC.
 class LocalLongDateType
          An 8-byte value interpreted as a UNIX-style date, but interpreted as local time rather than UTC.
 class UtcDateType
          A 4-byte value interpreted as a UNIX date in UTC timezone.
 class UtcLongDateType
          A 8-byte value interpreted as a UNIX date in UTC timezone.
 



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