Companion

object Companion

Properties

Link copied to clipboard

v2 merkle leaf size (16 KiB), called default_block_size in libtorrent.

Functions

Link copied to clipboard
fun of(name: String, pieceLength: Int, files: List<FileEntry>): FileStorage

Build a storage layout from an explicit file list. This is the public entry point for creating a torrent with CreateTorrent. The constructor is internal to keep parse-time construction in one place, so this factory is the supported builder.