Last active
December 18, 2019 15:42
-
-
Save conorgriffin/72d11524cefb2b6b357b997765400fbc to your computer and use it in GitHub Desktop.
Bug creating Deflater
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
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