| method | net.sourceforge. |
| method | void flush() |
| pre | this.closed == 0 |
| pre | this.gzipstream != null |
| method | void write(int) |
| pre | this.closed == 0 |
| pre | this.gzipstream != null |
| method | void write(byte[]) |
| pre | b != null |
| pre | b.length <= 232-1 |
| pre | this.closed == 0 |
| pre | this.gzipstream != null |
| unanalyzed | call on java. |
| method | void write( |
| pre | this.closed == 0 |
| pre | this.gzipstream != null |
| method | bool closed() |
| pre | init'ed(this.closed) |
| post | return_value == this.closed |
| post | init'ed(return_value) |
| method | void reset() |