Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for BestCompression (0.18 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Writer).Flush", Method, 0},
    		{"(*Writer).Reset", Method, 2},
    		{"(*Writer).Write", Method, 0},
    		{"(CorruptInputError).Error", Method, 0},
    		{"(InternalError).Error", Method, 0},
    		{"BestCompression", Const, 0},
    		{"BestSpeed", Const, 0},
    		{"CorruptInputError", Type, 0},
    		{"DefaultCompression", Const, 0},
    		{"HuffmanOnly", Const, 7},
    		{"InternalError", Type, 0},
    		{"NewReader", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg bytes, method (*Buffer) Grow(int)
    pkg bytes, method (*Reader) WriteTo(io.Writer) (int64, error)
    pkg compress/flate, const BestCompression = 9
    pkg compress/flate, const BestSpeed = 1
    pkg compress/flate, const DefaultCompression = -1
    pkg compress/flate, const NoCompression = 0
    pkg compress/gzip, const BestCompression = 9
    pkg compress/gzip, const BestSpeed = 1
    pkg compress/gzip, const DefaultCompression = -1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top