method net.sourceforge.pebble.web.filter.GZIPResponseStre am__static_init










method void net.sourceforge.pebble.web.filter. GZIPResponseStream(HttpServletResponse)
preresponse != null
postthis.baos == &new ByteArrayOutputStream(GZIPRes ponseStream#1)
postthis.closed == 0
postthis.gzipstream == &new GZIPOutputStream(GZIPRe sponseStream#2)
postinit'ed(this.output)
postthis.response == response
postthis.response != null
postnew ByteArrayOutputStream(GZIPResponseStream#1) num objects == 1
postnew GZIPOutputStream(GZIPResponseStream#2) num objects == 1










method void flush()
prethis.closed == 0
prethis.gzipstream != null










method void write(int)
prethis.closed == 0
prethis.gzipstream != null










method void write(byte[])
preb != null
preb.length <= 232-1
prethis.closed == 0
prethis.gzipstream != null
unanalyzedcall on java.util.zip.GZIPOutputStream:write










method void write(byte[], int, int)
prethis.closed == 0
prethis.gzipstream != null










method bool closed()
preinit'ed(this.closed)
postreturn_value == this.closed
postinit'ed(return_value)










method void reset()