type github.com/klauspost/compress/internal/snapref.Writer
10 uses
github.com/klauspost/compress/internal/snapref (current package)
encode.go#L123: func NewWriter(w io.Writer) *Writer {
encode.go#L124: return &Writer{
encode.go#L137: func NewBufferedWriter(w io.Writer) *Writer {
encode.go#L138: return &Writer{
encode.go#L148: type Writer struct {
encode.go#L168: func (w *Writer) Reset(writer io.Writer) {
encode.go#L178: func (w *Writer) Write(p []byte) (nRet int, errRet error) {
encode.go#L213: func (w *Writer) write(p []byte) (nRet int, errRet error) {
encode.go#L271: func (w *Writer) Flush() error {
encode.go#L284: func (w *Writer) Close() error {
![]() |
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. |