Class RPTorrent

java.lang.Object
com.biglybt.pifimpl.remote.RPObject
com.biglybt.pifimpl.remote.torrent.RPTorrent
All Implemented Interfaces:
Torrent, Serializable

public class RPTorrent extends RPObject implements Torrent
See Also:
  • Field Details

    • delegate

      protected transient Torrent delegate
    • name

      public String name
    • size

      public long size
    • hash

      public byte[] hash
  • Constructor Details

    • RPTorrent

      protected RPTorrent(Torrent _delegate)
  • Method Details