rtorrent-rpc-0.2.2.0: A library for communicating with RTorrent over its XML-RPC interface.

Copyright(c) Kai Lindholm, 2015
LicenseMIT
Maintainermegantti@gmail.com
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.RTorrent.Chunk

Description

 

Synopsis

Documentation

convertChunks Source

Arguments

:: String

A bitfield represented in hexadecimals

-> Maybe [Bool] 

Convert a string representing bits to a list of booleans.

convertChunksPad Source

Arguments

:: Int

Total number of chunks

-> String

A bitfield represented in hexadecimals

-> Maybe [Bool] 

Convert a string representing bits to a list of booleans and pads it to the correct length.