Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RewindScanner ¶
type RewindScanner struct {
// contains filtered or unexported fields
}
RewindScanner is a scanner that rewinds the underlying reader.
func NewRewindScanner ¶
func NewRewindScanner(seeker io.ReadSeeker) *RewindScanner
func (*RewindScanner) Rewind ¶
func (s *RewindScanner) Rewind()
Rewind rewinds the underlying reader to the beginning.
func (*RewindScanner) Scan ¶
func (s *RewindScanner) Scan() bool
func (*RewindScanner) Text ¶
func (s *RewindScanner) Text() string
Click to show internal directories.
Click to hide internal directories.