how do you suggest to convert this `while ((len = ...
# announcements
d
how do you suggest to convert this
while ((len = def.deflate(buf, 0, buf.size)) > 0) {}
?
a
what is the type of
def
?