Class TorrentFileImpl

java.lang.Object
com.biglybt.pifimpl.local.torrent.TorrentFileImpl
All Implemented Interfaces:
TorrentFile

public class TorrentFileImpl extends Object implements TorrentFile
  • Field Details

    • name

      protected String name
    • size

      protected long size
  • Constructor Details

    • TorrentFileImpl

      protected TorrentFileImpl(String _name, long _size)
  • Method Details