org.gudy.azureus2.pluginsimpl.local.torrent
Class TorrentFileImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.torrent.TorrentFileImpl
All Implemented Interfaces:
TorrentFile

public class TorrentFileImpl
extends Object
implements TorrentFile


Field Summary
protected  String name
           
protected  long size
           
 
Constructor Summary
protected TorrentFileImpl(String _name, long _size)
           
 
Method Summary
 String getName()
           
 long getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

size

protected long size
Constructor Detail

TorrentFileImpl

protected TorrentFileImpl(String _name,
                          long _size)
Method Detail

getName

public String getName()
Specified by:
getName in interface TorrentFile

getSize

public long getSize()
Specified by:
getSize in interface TorrentFile