Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
type MatchFinder ¶
type MatchFinder struct{}
MatchFinder is an implementation of the pack.MatchFinder interface based on the algorithm used by snappy.
func (MatchFinder) FindMatches ¶
FindMatches looks for matches in src, appends them to dst, and returns dst. src must not be longer than 65536 bytes.
func (MatchFinder) Reset ¶
func (MatchFinder) Reset()
Click to show internal directories.
Click to hide internal directories.