|
Furrent
|
Describes a subsection of a Piece, it is mapped to a single file. More...
#include <torrent.hpp>
Public Attributes | |
| std::string | filepath |
| Path to the file this subpiece belongs to. More... | |
| int64_t | file_offset |
| Offset from the beginning of the file. More... | |
| int64_t | len |
| Size in bytes. More... | |
Describes a subsection of a Piece, it is mapped to a single file.
| int64_t fur::Subpiece::file_offset |
Offset from the beginning of the file.
| std::string fur::Subpiece::filepath |
Path to the file this subpiece belongs to.
| int64_t fur::Subpiece::len |
Size in bytes.
1.8.17