This class simplifies conversion from Java's date format (64 bit,
milliseconds since Jan 1, 1970) to windows FILETIME (64-bit, nanoseconds
since Jan 1, 1600).
Since Java has no utility (that I could find) for converting an integer to a
String and padding it with the appropriate number of 0's, I wrote this class
that takes care of that for me.