Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RFC1738Unescape ¶
RFC1738Unescape is a port of Squid rfc1738_unescape function. It does unescaping in-place and returns slice pointing to boundaries of unescaped bytes.
Types ¶
type BytesReader ¶
type ElasticLineScanner ¶
type ElasticLineScanner struct {
// contains filtered or unexported fields
}
func NewElasticLineScanner ¶
func NewElasticLineScanner(reader BytesReader, delim byte) *ElasticLineScanner
func (*ElasticLineScanner) Bytes ¶
func (els *ElasticLineScanner) Bytes() []byte
func (*ElasticLineScanner) Err ¶
func (els *ElasticLineScanner) Err() error
func (*ElasticLineScanner) Scan ¶
func (els *ElasticLineScanner) Scan() bool
Click to show internal directories.
Click to hide internal directories.