internal int Deflate_z(int flush) { if (dstate == null) { return(Z_STREAM_ERROR); } return(dstate.Deflate_D(flush)); }