ZipUtil
Utility class for handling DOS and Java time conversions.
Functions
Link copied to clipboard
Assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value.
Link copied to clipboard
Converts DOS time to Java time (number of milliseconds since epoch).
Link copied to clipboard
Convert a DOS date/time field to a Date object.
Link copied to clipboard
Converts a signed byte into an unsigned integer representation (e.g., -1 becomes 255).
Link copied to clipboard
Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).