See at Sun's BugParade under 4206909. This package follows the Sun's API behaviour in this respect. It's a very painful one. Due this bug, one can not use RMI with compressed sockets, either.
Logged In: YES user_id=18252
I didn't wanted to change the API. Jazzlib has a method Deflater.flush() which does a Z_PARTIAL_FLUSH but that method is package private.
Jazzlib's DeflaterOutputStream has a working public flush method.
Log in to post a comment.
Logged In: YES
user_id=18252
I didn't wanted to change the API. Jazzlib has a method
Deflater.flush() which does a Z_PARTIAL_FLUSH but that
method is package private.
Jazzlib's DeflaterOutputStream has a working public flush
method.