type github.com/andybalholm/brotli/matchfinder.Writer
7 uses
github.com/andybalholm/brotli/matchfinder (current package)
matchfinder.go#L44: type Writer struct {
matchfinder.go#L59: func (w *Writer) Write(p []byte) (n int, err error) {
matchfinder.go#L81: func (w *Writer) writeBlock(p []byte, lastBlock bool) (n int, err error) {
matchfinder.go#L89: func (w *Writer) Close() error {
matchfinder.go#L95: func (w *Writer) Reset(newDest io.Writer) {
github.com/andybalholm/brotli
writer.go#L126: func NewWriterV2(dst io.Writer, level int) *matchfinder.Writer {
writer.go#L168: return &matchfinder.Writer{
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |