Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReadCloser ¶
type ReadCloser struct {
// contains filtered or unexported fields
}
func NewReadCloser ¶
func NewReadCloser(orb *orbit.Orbit, stm io.ReadCloser) *ReadCloser
func (*ReadCloser) Close ¶
func (this *ReadCloser) Close() error
func (*ReadCloser) End ¶
func (this *ReadCloser) End()
func (*ReadCloser) Pipe ¶
func (this *ReadCloser) Pipe(w io.Writer)
func (*ReadCloser) String ¶
func (this *ReadCloser) String() string
type WriteCloser ¶
type WriteCloser struct {
// contains filtered or unexported fields
}
func NewWriteCloser ¶
func NewWriteCloser(orb *orbit.Orbit, stm io.WriteCloser) *WriteCloser
func (*WriteCloser) Close ¶
func (this *WriteCloser) Close() error
func (*WriteCloser) Consume ¶
func (this *WriteCloser) Consume(r io.Reader)
func (*WriteCloser) End ¶
func (this *WriteCloser) End()
Click to show internal directories.
Click to hide internal directories.