org.gudy.azureus2.pluginsimpl.local.download
Class DownloadStubImpl.DownloadStubFileImpl

java.lang.Object
  extended by org.gudy.azureus2.pluginsimpl.local.download.DownloadStubImpl.DownloadStubFileImpl
All Implemented Interfaces:
DownloadStub.DownloadStubFile
Enclosing class:
DownloadStubImpl

protected static class DownloadStubImpl.DownloadStubFileImpl
extends Object
implements DownloadStub.DownloadStubFile


Constructor Summary
protected DownloadStubImpl.DownloadStubFileImpl(DownloadStubImpl _stub, DownloadStub.DownloadStubFile stub_file)
           
protected DownloadStubImpl.DownloadStubFileImpl(DownloadStubImpl _stub, Map map)
           
 
Method Summary
protected  Map exportToMap()
           
 File getFile()
           
 long getLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadStubImpl.DownloadStubFileImpl

protected DownloadStubImpl.DownloadStubFileImpl(DownloadStubImpl _stub,
                                                DownloadStub.DownloadStubFile stub_file)

DownloadStubImpl.DownloadStubFileImpl

protected DownloadStubImpl.DownloadStubFileImpl(DownloadStubImpl _stub,
                                                Map map)
Method Detail

exportToMap

protected Map exportToMap()

getFile

public File getFile()
Specified by:
getFile in interface DownloadStub.DownloadStubFile

getLength

public long getLength()
Specified by:
getLength in interface DownloadStub.DownloadStubFile