Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 (this *ReadStream) ReadLine() (string, error)
type WriteAtCloser ¶
type WriteAtCloser interface {
io.WriterAt
io.WriteCloser
}
type WriteFromStream ¶
type WriteFromStream interface {
SendFileAt(rs io.ReadCloser, w_off int64) error
}
Click to show internal directories.
Click to hide internal directories.