Documentation ¶
Index ¶
- Variables
- func Copy(w io.Writer, r io.Reader) (int, error)
- func CopyPack(w io.Writer, r io.Reader, size int) (int, error)
- func IsAsciiEOF(b []byte) bool
- func ReadAll(r io.ReadCloser) ([]byte, error)
- func ReadBytes(v io.Reader, divide string) ([]byte, error)
- func ReadFull(w io.Writer, r io.Reader, maxSize int) error
- func WriteBytes(v io.Writer, b []byte, divide string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMaximumSize = errors.New("maximum buffer size reached") ErrInvalidSize = errors.New("invalid size") )
Functions ¶
func IsAsciiEOF ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.