View Source Bento.Metainfo.MultiFile (bento v1.0.0)

A struct representing a multi-file torrent metainfo file.

Link to this section Summary

Link to this section Types

@type t() :: %Bento.Metainfo.MultiFile{
  files: [%{path: [String.t()], length: integer()}],
  name: String.t(),
  "piece length": integer(),
  pieces: String.t(),
  private: integer()
}