File
Doc
Category
Size
Date
Package
TorrentFileImpl.java
API Doc
Azureus 3.0.3.4
1261
Mon Apr 26 13:21:32 BST 2004
org.gudy.azureus2.pluginsimpl.local.torrent
TorrentFileImpl
java.lang.Object
public class TorrentFileImpl extends Object implements TorrentFile
author
parg
Fields Summary
protected String
name
protected long
size
Constructors Summary
protected TorrentFileImpl
(
String
_name,
long
_size)
name = _name; size = _size;
Methods Summary
public
java.lang.String
getName
()
return( name );
public
long
getSize
()
return( size );
Java Code Source