File: out.expected

package info (click to toggle)
gocode 0~git20140530-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 760 kB
  • ctags: 492
  • sloc: lisp: 212; tcl: 60; python: 55; sh: 50; ruby: 46; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Found 13 candidates:
  const BestCompression 
  const BestSpeed 
  const DefaultCompression 
  const NoCompression 
  func NewReader(r io.Reader) (io.ReadCloser, error)
  func NewReaderDict(r io.Reader, dict []byte) (io.ReadCloser, error)
  func NewWriter(w io.Writer) *zlib.Writer
  func NewWriterLevel(w io.Writer, level int) (*zlib.Writer, error)
  func NewWriterLevelDict(w io.Writer, level int, dict []byte) (*zlib.Writer, error)
  type Writer struct
  var ErrChecksum error
  var ErrDictionary error
  var ErrHeader error