Documentation ¶
Overview ¶
Package yenc gives a decoding interface for yEnc encoded binaries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecodeError ¶
type DecodeError string
func (DecodeError) Error ¶
func (d DecodeError) Error() string
type Part ¶
type Part struct { Filename string Begin int64 Size int64 NumParts int Number int // contains filtered or unexported fields }
Part holds the information contained in a parsed yEnc header. It also implements the read interface for easy decoding. Normally, you will need to read the Filename to find out which file to open and Begin to know where to seek before writing.
Click to show internal directories.
Click to hide internal directories.