Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for compression (0.33 sec)

  1. api/go1.txt

    pkg compress/flate, const BestCompression ideal-int
    pkg compress/flate, const BestSpeed ideal-int
    pkg compress/flate, const DefaultCompression ideal-int
    pkg compress/flate, const NoCompression ideal-int
    pkg compress/flate, func NewReader(io.Reader) io.ReadCloser
    pkg compress/flate, func NewReaderDict(io.Reader, []uint8) io.ReadCloser
    pkg compress/flate, func NewWriter(io.Writer, int) (*Writer, error)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  2. api/go1.2.txt

    pkg archive/zip, func RegisterCompressor(uint16, Compressor)
    pkg archive/zip, func RegisterDecompressor(uint16, Decompressor)
    pkg archive/zip, method (*File) DataOffset() (int64, error)
    pkg archive/zip, type Compressor func(io.Writer) (io.WriteCloser, error)
    pkg archive/zip, type Decompressor func(io.Reader) io.ReadCloser
    pkg bufio, method (*Reader) Reset(io.Reader)
    pkg bufio, method (*Writer) Reset(io.Writer)
    pkg compress/flate, method (*Writer) Reset(io.Writer)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  3. api/go1.1.txt

    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
    pkg compress/gzip, const NoCompression = 0
    pkg compress/gzip, method (*Writer) Flush() error
    pkg compress/lzw, const LSB = 0
    pkg compress/lzw, const MSB = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top