[
https://issues.apache.org/jira/browse/COMPRESS-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Bodewig resolved COMPRESS-79.
------------------------------------
Resolution: Fixed
addressed by svn revision 756536
> Move DOS/Java time conversions into Zip utility class
> -----------------------------------------------------
>
> Key: COMPRESS-79
> URL: https://issues.apache.org/jira/browse/COMPRESS-79
> Project: Commons Compress
> Issue Type: Improvement
> Affects Versions: 1.0
> Reporter: Sebb
> Fix For: 1.1
>
>
> ZipFile.dosToJavaTime()
> and
> ZipArchiveOutputStream.toDosTime()
> could be moved to a common utilities package and made public.
> toDosTime() should use Calendar to agree with dosToJavaTime().
> Maybe toDosTime() should be renamed as javaToDosTime() to agree with the
> reverse.
> ZipFile.fromDosTime() does not appear to be used, and the protected
> ZipArchiveOutputStream.toDosTime() is only used in a Test class
> There should probably also be some tests for the methods (which would be
> easier to do with public methods).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.