Constructs a new reader which decompresses data from r.
(r io.Reader)
| 95 | |
| 96 | // Constructs a new reader which decompresses data from r. |
| 97 | NewReader(r io.Reader) io.ReadCloser |
| 98 | |
| 99 | // Constructs a new writer which writes compressed data to w. |
| 100 | NewWriter(w io.Writer) io.WriteCloser |
no outgoing calls