Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
func NewStringReader ¶
func NewStringReaderFromFile ¶
func NewStringReaderFromFile(file io.ReadCloser) Reader
type StringReader ¶
type StringReader struct {
// contains filtered or unexported fields
}
func (*StringReader) Char ¶
func (s *StringReader) Char() rune
func (*StringReader) HasNext ¶
func (s *StringReader) HasNext() bool
func (*StringReader) Index ¶
func (s *StringReader) Index() int
func (*StringReader) Line ¶
func (s *StringReader) Line() int
func (*StringReader) Next ¶
func (s *StringReader) Next()
func (*StringReader) Redo ¶
func (s *StringReader) Redo()
Click to show internal directories.
Click to hide internal directories.