Documentation
¶
Index ¶
- func ReaderCloserWrapF(read func(p []byte) (n int, err error), close func() error) io.ReadCloser
- func ReaderWrapF(fn func(p []byte) (n int, err error)) io.Reader
- func WriterCloserWrapF(write func(b []byte) (n int, err error), close func() error) gio.WriteCloser
- func WriterWrapF(fn func(b []byte) (n int, err error)) gio.Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReaderCloserWrapF ¶
func WriterCloserWrapF ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.