Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufioWrapWriter ¶
type BufioWrapWriter struct {
// contains filtered or unexported fields
}
BufioWrapWriter wraps bufio writer to support flush all once buffer is full
func NewBufioWrapWriter ¶
func NewBufioWrapWriter(w *bufio.Writer) *BufioWrapWriter
func (*BufioWrapWriter) Flush ¶
func (b *BufioWrapWriter) Flush() error
Click to show internal directories.
Click to hide internal directories.