Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:39 +05 2020. DO NOT EDIT.
Index ¶
- func Copy(dst io.Writer, src io.Reader) (int64, error)
- func CopyBuffer(dst io.Writer, src io.Reader, buf []byte) (int64, error)
- func CopyN(dst io.Writer, src io.Reader, n int64) (int64, error)
- func LimitReader(r io.Reader, n int64) io.Reader
- func LimitedReaderRead(l *io.LimitedReader, p []byte) (int, error)
- func MultiReader(readers ...io.Reader) io.Reader
- func MultiWriter(writers ...io.Writer) io.Writer
- func NewSectionReader(r io.ReaderAt, off int64, n int64) *io.SectionReader
- func Pipe() (*io.PipeReader, *io.PipeWriter)
- func PipeReaderClose(r *io.PipeReader) error
- func PipeReaderCloseWithError(r *io.PipeReader, err error) error
- func PipeReaderRead(r *io.PipeReader, data []byte) (int, error)
- func PipeWriterClose(w *io.PipeWriter) error
- func PipeWriterCloseWithError(w *io.PipeWriter, err error) error
- func PipeWriterWrite(w *io.PipeWriter, data []byte) (int, error)
- func ReadAtLeast(r io.Reader, buf []byte, min int) (int, error)
- func ReadFull(r io.Reader, buf []byte) (int, error)
- func SectionReaderRead(s *io.SectionReader, p []byte) (int, error)
- func SectionReaderReadAt(s *io.SectionReader, p []byte, off int64) (int, error)
- func SectionReaderSeek(s *io.SectionReader, offset int64, whence int) (int64, error)
- func SectionReaderSize(s *io.SectionReader) int64
- func TeeReader(r io.Reader, w io.Writer) io.Reader
- func WriteString(w io.Writer, s string) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LimitedReaderRead ¶
func LimitedReaderRead(l *io.LimitedReader, p []byte) (int, error)
func NewSectionReader ¶
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 SectionReaderRead ¶
func SectionReaderRead(s *io.SectionReader, p []byte) (int, error)
func SectionReaderReadAt ¶
func SectionReaderSeek ¶
func SectionReaderSize ¶
func SectionReaderSize(s *io.SectionReader) int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.