vim/bundle/deoplete-go/data/json/1.7.3/darwin_amd64/compress/flate.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"}, {"class": "func", "name": "NewReaderDict", "type": "func(r io.Reader, dict []byte) io.ReadCloser"}, {"class": "func", "name": "NewWriter", "type": "func(w io.Writer, level int) (*flate.Writer, error)"}, {"class": "func", "name": "NewWriterDict", "type": "func(w io.Writer, level int, dict []byte) (*flate.Writer, error)"}, {"class": "type", "name": "CorruptInputError", "type": "int64"}, {"class": "type", "name": "InternalError", "type": "string"}, {"class": "type", "name": "ReadError", "type": "struct"}, {"class": "type", "name": "Reader", "type": "interface"}, {"class": "type", "name": "Resetter", "type": "interface"}, {"class": "type", "name": "WriteError", "type": "struct"}, {"class": "type", "name": "Writer", "type": "struct"}]]