bufio.Writer.Size (method)

one use

	bufio (current package)
		bufio.go#L612: func (b *Writer) Size() int { return len(b.buf) }