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

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

Uses of LongType in com.j256.simplemagic.types
 

Subclasses of LongType in com.j256.simplemagic.types
 class ByteType
          A one-byte value.
 class IntegerType
          A four-byte integer value.
 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 ShortType
          A two-byte value.
 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.