Lines Matching refs:decoded
1065 decoded = gzf.read()1067 decoded = gzf.read(max_decode + 1)1070 if max_decode >= 0 and len(decoded) > max_decode:1072 return decoded1075 # Return a decoded file-like object for the gzip encoding1079 # @return a file-like object that the decoded data can be read() from