bufio.Reader.Size (method)

one use

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