torrent-2007.6.29: BitTorrent file parser.ContentsIndex
Data.Torrent
Documentation
data Torrent
Constructors
Torrent
tAnnounce :: String
tAnnounceList :: [String]
tComment :: String
tCreatedBy :: (Maybe String)
tInfo :: TorrentInfo
tInfoHash :: ByteString
show/hide Instances
data TorrentInfo
Constructors
SingleFile
tLength :: Int
tName :: String
tPieceLength :: Int
tPieces :: ByteString
MultiFile
tFiles :: [TorrentFile]
tName :: String
tPieceLength :: Int
tPieces :: ByteString
show/hide Instances
data TorrentFile
Constructors
TorrentFile
fileLength :: Int
filePath :: FilePath
show/hide Instances
readTorrent :: ByteString -> Either String Torrent
torrentSize :: Torrent -> Int
Produced by Haddock version 0.8