com.j256.simplemagic.types
Class UtcLongDateType
java.lang.Object
com.j256.simplemagic.types.LongType
com.j256.simplemagic.types.IntegerType
com.j256.simplemagic.types.LocalDateType
com.j256.simplemagic.types.LocalLongDateType
com.j256.simplemagic.types.UtcLongDateType
- All Implemented Interfaces:
- MagicMatcher
public class UtcLongDateType
- extends LocalLongDateType
A 8-byte value interpreted as a UNIX date in UTC timezone.
- Author:
- graywatson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UtcLongDateType
public UtcLongDateType(EndianType endianType)
dateFromExtractedValue
protected Date dateFromExtractedValue(long val)
- Overrides:
dateFromExtractedValue
in class LocalLongDateType
assisgnTimeZone
protected void assisgnTimeZone(SimpleDateFormat format)
- Overrides:
assisgnTimeZone
in class LocalDateType
This content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.