FileMapping

com.github.lavrov.bittorrent.FileMapping
See theFileMapping companion object
case class FileMapping(value: List[FileSpan], pieceLength: Long)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def mapToFiles(pieceIndex: Long, length: Long): List[PieceInFile]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product