Documentation
¶
Index ¶
Constants ¶
View Source
const MaxFrameSize = 1<<16 - 1
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pipe ¶
type Pipe struct {
// contains filtered or unexported fields
}
Pipe is a bi-directional communication channel.
type TrackingReader ¶
type TrackingReader struct {
// contains filtered or unexported fields
}
func NewTrackingReader ¶
func NewTrackingReader(rd io.Reader, offset *int64) *TrackingReader
func (*TrackingReader) Offset ¶
func (r *TrackingReader) Offset() int64
type TrackingWriter ¶
type TrackingWriter struct {
// contains filtered or unexported fields
}
func NewTrackingWriter ¶
func NewTrackingWriter(wr io.Writer, offset *int64) *TrackingWriter
func (*TrackingWriter) Offset ¶
func (w *TrackingWriter) Offset() int64
Click to show internal directories.
Click to hide internal directories.