type bufio.Scanner
11 uses
bufio (current package)
scan.go#L29: type Scanner struct {
scan.go#L89: func NewScanner(r io.Reader) *Scanner {
scan.go#L90: return &Scanner{
scan.go#L98: func (s *Scanner) Err() error {
scan.go#L108: func (s *Scanner) Bytes() []byte {
scan.go#L114: func (s *Scanner) Text() string {
scan.go#L139: func (s *Scanner) Scan() bool {
scan.go#L243: func (s *Scanner) advance(n int) bool {
scan.go#L257: func (s *Scanner) setErr(err error) {
scan.go#L272: func (s *Scanner) Buffer(buf []byte, max int) {
scan.go#L284: func (s *Scanner) Split(split SplitFunc) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |