ReadCount returns the number of bytes that have been read from this Reader in total
()
| 132 | |
| 133 | // ReadCount returns the number of bytes that have been read from this Reader in total |
| 134 | func (r *Reader) ReadCount() int { |
| 135 | return r.count |
| 136 | } |
no outgoing calls