//
pkg.gl
Category
github.com/basecomplextech/baselibrary
alloc
internal
bufwriter
package
0.0.0-20241212132234-0076f9e1ccd7
Repository:
https://github.com/basecomplextech/baselibrary.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
107 SLOC
#
Functions
New
New returns a new buffered writer with the default buffer size.
NewSize
NewSize returns a new buffered writer with the specified buffer size.
#
Interfaces
Writer
Writer buffers small writes and flushes them to an underlying writer.