The subject of this question is this Stack Overflow question, "Uncompressing a ZIP file in memory in Java".
The question was closed for being not constructive. I disagree with both that classification, and with closing the question for any reason at all.
My own view is this: the question is an objective, "Yes, this one/No" kind of question, whose topic -- Java libraries -- is properly within the scope of Stack Overflow -- this answer, for instance, may well be an acceptable answer (I just haven't had time to test it yet). Also, there's nothing in its wording, that I can see, to attract the heat that, unfortunately, it did.
Furthermore, it is a very real question; if I can't find an answer, I'll either have to write by own ZIP decoder, or take on a risk with very high penalties -- up to losing my job.
The problem that resulted in the question being closed, as far as I'm able to tell, is that many people, through both comments and answers, have been trying to circumvent my requirements so that the class I want an alternative for, ZipInputStream, becomes a valid answer.
Personally, I think closing the question is rewarding trolls, as, to my eyes, the question was closed not because of anything in the question itself but, rather, because of things some other people wrote in response, while avoiding the question itself.
So, the question is: is the question valid because of its merits, should it be closed because of the bad behavior it attracted, or should it be closed for some other reason I failed to see?
ZipInputStream, where the entries just aren't contiguous. Having "the answer must not useZipInputStream" as an axiom isn't helpful, IMO. – Jon Skeet Sep 13 '12 at 2:43