io

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2023 License: MIT Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ReaderCloserWrapF

func ReaderCloserWrapF(
	read func(p []byte) (n int, err error),
	close func() error,
) io.ReadCloser

func ReaderWrapF

func ReaderWrapF(fn func(p []byte) (n int, err error)) io.Reader

func WriterCloserWrapF

func WriterCloserWrapF(
	write func(b []byte) (n int, err error),
	close func() error,
) gio.WriteCloser

func WriterWrapF

func WriterWrapF(fn func(b []byte) (n int, err error)) gio.Writer

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL