//
pkg.gl
Category
github.com/basecomplextech/baselibrary
buffer
package
0.0.0-20241212132234-0076f9e1ccd7
Repository:
https://github.com/basecomplextech/baselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
9
Files
101 SLOC
#
Functions
New
New buffer returns a new buffer of a default size.
NewBytes
New returns a new buffer and initializes it with a byte slice.
NewSize
NewSize returns a new buffer with an initial capacity.
#
Constants
DefaultSize
No description provided by the author
#
Interfaces
Buffer
Buffer is a general purpose byte buffer interface.
Writer
Writer specifies additional methods for writing to a buffer.