Class TOTorrentCreatorImpl

    • Field Detail

      • torrent_type

        private final int torrent_type
      • torrent_base

        private final java.io.File torrent_base
      • announce_url

        private java.net.URL announce_url
      • add_other_hashes

        private boolean add_other_hashes
      • piece_length

        private long piece_length
      • piece_min_size

        private long piece_min_size
      • piece_max_size

        private long piece_max_size
      • piece_num_lower

        private long piece_num_lower
      • piece_num_upper

        private long piece_num_upper
      • is_desc

        private boolean is_desc
      • linkage_map

        private final java.util.Map<java.lang.String,​java.io.File> linkage_map
      • descriptor_dir

        private java.io.File descriptor_dir
    • Constructor Detail

      • TOTorrentCreatorImpl

        public TOTorrentCreatorImpl​(int _torrent_type,
                                    java.io.File _torrent_base)
      • TOTorrentCreatorImpl

        public TOTorrentCreatorImpl​(int _torrent_type,
                                    java.io.File _torrent_base,
                                    java.net.URL _announce_url,
                                    boolean _add_other_hashes,
                                    long _piece_length)
                             throws TOTorrentException
        Throws:
        TOTorrentException
      • TOTorrentCreatorImpl

        public TOTorrentCreatorImpl​(int _torrent_type,
                                    java.io.File _torrent_base,
                                    java.net.URL _announce_url,
                                    boolean _add_other_hashes,
                                    long _piece_min_size,
                                    long _piece_max_size,
                                    long _piece_num_lower,
                                    long _piece_num_upper)
                             throws TOTorrentException
        Throws:
        TOTorrentException