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 java.lang.Object
implements TorrentFile


Field Summary
protected  java.lang.String name
           
protected  long size
           
 
Constructor Summary
protected TorrentFileImpl(java.lang.String _name, long _size)
           
 
Method Summary
 java.lang.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 java.lang.String name

size

protected long size
Constructor Detail

TorrentFileImpl

protected TorrentFileImpl(java.lang.String _name,
                          long _size)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TorrentFile

getSize

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