Versions in this module Expand all Collapse all v0 v0.3.2 May 31, 2022 Changes in this version + type BufIOWriter struct + func NewBufIOWriter(w io.Writer) *BufIOWriter + func NewBufIOWriterSize(w io.Writer, size int) *BufIOWriter + func (w *BufIOWriter) Close() error + func (w *BufIOWriter) Sync() error + type LineWriter struct + func NewLineWriter(w io.Writer) *LineWriter + func NewLineWriterSize(w io.Writer, size int) *LineWriter + func (b *LineWriter) Available() int + func (b *LineWriter) Buffered() int + func (b *LineWriter) Close() error + func (b *LineWriter) Flush() error + func (b *LineWriter) Reset(w io.Writer) + func (b *LineWriter) Size() int + func (b *LineWriter) Sync() error + func (b *LineWriter) Write(p []byte) (nn int, err error) + func (b *LineWriter) WriteString(s string) (int, error)