Class TorrentFileImpl
- java.lang.Object
-
- com.biglybt.pifimpl.local.torrent.TorrentFileImpl
-
- All Implemented Interfaces:
TorrentFile
public class TorrentFileImpl extends java.lang.Object implements TorrentFile
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TorrentFileImpl(java.lang.String _name, long _size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
long
getSize()
-
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceTorrentFile
-
getSize
public long getSize()
- Specified by:
getSize
in interfaceTorrentFile
-
-