Created
August 25, 2014 13:52
-
-
Save mmalmeida/63b40f945d733e0cebf8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| @Test | |
| public void xxx() throws FileNotFoundException, IOException{ | |
| file = File.createTempFile("temp-file", ".zip"); | |
| new ZipOutputStream(new FileOutputStream(file)).close(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment