Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHeaderNotFound = errors.New("yenc header not found")
Functions ¶
This section is empty.
Types ¶
type YencDecoder ¶
type YencDecoder struct {
PartOffset int64
FileSize int64
// contains filtered or unexported fields
}
func NewYencDecoder ¶
func NewYencDecoder(r io.Reader) *YencDecoder
func (*YencDecoder) DiscardHeader ¶
func (d *YencDecoder) DiscardHeader() error
func (*YencDecoder) Verify ¶
func (d *YencDecoder) Verify() error
Click to show internal directories.
Click to hide internal directories.