Home | History | Annotate | Download | only in bufio

Lines Matching full:readbytes

46 func readBytes(buf *Reader) string {
67 if s := readBytes(b); s != "hello world" {
72 if s := readBytes(b); s != "uryyb jbeyq" {
133 {"bytes", readBytes},
351 (*Reader).ReadBytes,