Class HandlerBase.SynchronizedDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
edu.harvard.hul.ois.jhove.HandlerBase.SynchronizedDateFormat
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
HandlerBase

public static class HandlerBase.SynchronizedDateFormat extends SimpleDateFormat
A DateFormat class to address an issue of thread safety.
See Also: