io

package
v0.0.0-...-375d9ab Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:39 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Copy

func Copy(dst io.Writer, src io.Reader) (int64, error)

func CopyBuffer

func CopyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error)

func CopyN

func CopyN(dst io.Writer, src io.Reader, n int64) (int64, error)

func LimitReader

func LimitReader(r io.Reader, n int64) io.Reader

func LimitedReaderRead

func LimitedReaderRead(l *io.LimitedReader, p []byte) (int, error)

func MultiReader

func MultiReader(readers ...io.Reader) io.Reader

func MultiWriter

func MultiWriter(writers ...io.Writer) io.Writer

func NewSectionReader

func NewSectionReader(r io.ReaderAt, off int64, n int64) *io.SectionReader

func Pipe

func Pipe() (*io.PipeReader, *io.PipeWriter)

func PipeReaderClose

func PipeReaderClose(r *io.PipeReader) error

func PipeReaderCloseWithError

func PipeReaderCloseWithError(r *io.PipeReader, err error) error

func PipeReaderRead

func PipeReaderRead(r *io.PipeReader, data []byte) (int, error)

func PipeWriterClose

func PipeWriterClose(w *io.PipeWriter) error

func PipeWriterCloseWithError

func PipeWriterCloseWithError(w *io.PipeWriter, err error) error

func PipeWriterWrite

func PipeWriterWrite(w *io.PipeWriter, data []byte) (int, error)

func ReadAtLeast

func ReadAtLeast(r io.Reader, buf []byte, min int) (int, error)

func ReadFull

func ReadFull(r io.Reader, buf []byte) (int, error)

func SectionReaderRead

func SectionReaderRead(s *io.SectionReader, p []byte) (int, error)

func SectionReaderReadAt

func SectionReaderReadAt(s *io.SectionReader, p []byte, off int64) (int, error)

func SectionReaderSeek

func SectionReaderSeek(s *io.SectionReader, offset int64, whence int) (int64, error)

func SectionReaderSize

func SectionReaderSize(s *io.SectionReader) int64

func TeeReader

func TeeReader(r io.Reader, w io.Writer) io.Reader

func WriteString

func WriteString(w io.Writer, s string) (int, error)

Types

This section is empty.

Directories

Path Synopsis
This file has automatically been generated on Wed Feb 26 15:50:39 +05 2020.
This file has automatically been generated on Wed Feb 26 15:50:39 +05 2020.

Jump to

Keyboard shortcuts

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