Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReadStream ¶
type ReadStream struct {
EOF bool
// contains filtered or unexported fields
}
func InitReadStream ¶
func InitReadStream(sock io.Reader) *ReadStream
func (*ReadStream) ReadLine ¶
func (readStream *ReadStream) ReadLine() (string, error)
Click to show internal directories.
Click to hide internal directories.