package
module
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 2, 2018
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
A Buffer is a variable-sized buffer of bytes with Read and Write
methods. The zero value for Buffer is an empty buffer ready to use.
Read reads up to len(p) bytes into p from the Buffer.
Write writes len(p) bytes from p to the Buffer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.