-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* enable charset selection for ZipFile and InputStream * add test cases for charset specification in ZipFile and ZipInputStream * charset selection for ZipFile and ZipOutputStream enable charset selection for ZipFile(output APIs) and ZipOutputStream * add testcase for charset in ZipOutputStream * utf-8 bit flag should not be set when charset is specified * change the type of charset: from String to Charset * charset is not allowed to be null * Merge with master and adjust code * Minor cleanup
- Loading branch information
1 parent
5cb61f7
commit bbd0234
Showing
31 changed files
with
519 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.