vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/zlib.json

1 line
1.1 KiB
JSON

[0, [{"class": "const", "name": "BestCompression", "type": ""}, {"class": "const", "name": "BestSpeed", "type": ""}, {"class": "const", "name": "DefaultCompression", "type": ""}, {"class": "const", "name": "HuffmanOnly", "type": ""}, {"class": "const", "name": "NoCompression", "type": ""}, {"class": "func", "name": "NewReader", "type": "func(r io.Reader) (io.ReadCloser, error)"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) (io.ReadCloser, error)"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer) *zlib.Writer"}, {"class": "func", "name": "NewWriterLevel", "type": "func(w io.Writer, level int) (*zlib.Writer, error)"}, {"class": "func", "name": "NewWriterLevelDict", "type": "func(w io.Writer, level int, dict []byte) (*zlib.Writer, error)"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "Writer", "type": "struct"}, {"class": "var", "name": "ErrChecksum", "type": "error"}, {"class": "var", "name": "ErrDictionary", "type": "error"}, {"class": "var", "name": "ErrHeader", "type": "error"}]]