Skip to content

Instantly share code, notes, and snippets.

@conorgriffin
Last active December 18, 2019 15:42
Show Gist options
  • Save conorgriffin/72d11524cefb2b6b357b997765400fbc to your computer and use it in GitHub Desktop.
Save conorgriffin/72d11524cefb2b6b357b997765400fbc to your computer and use it in GitHub Desktop.
Bug creating Deflater
outputStream = new DeflaterOutputStream(outputStream, new Deflater(), BLOCK_SIZE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment