Documentation
¶
Index ¶
- func Copy(ctx context.Context, dst io.Writer, src io.Reader, progress func(int64)) (int64, error)
- func CopyN(ctx context.Context, dst io.Writer, src io.Reader, n int64, ...) (int64, error)
- func CopyNWithContext(ctx context.Context, dst io.Writer, src io.Reader, n int64) (int64, error)
- func CopyWithContext(ctx context.Context, dst io.Writer, src io.Reader) (int64, error)
- func Pipe() (*reader, *writer)
- func PrettyByteSize(b int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyNWithContext ¶
func CopyWithContext ¶
func PrettyByteSize ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.