Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Created August 25, 2014 13:52
Show Gist options
  • Select an option

  • Save mmalmeida/63b40f945d733e0cebf8 to your computer and use it in GitHub Desktop.

Select an option

Save mmalmeida/63b40f945d733e0cebf8 to your computer and use it in GitHub Desktop.
@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