com.aelitis.azureus.core.download
Class DiskManagerFileInfoURL.channel

java.lang.Object
  extended by com.aelitis.azureus.core.download.DiskManagerFileInfoURL.channel
All Implemented Interfaces:
DiskManagerChannel
Enclosing class:
DiskManagerFileInfoURL

protected class DiskManagerFileInfoURL.channel
extends java.lang.Object
implements DiskManagerChannel


Nested Class Summary
protected  class DiskManagerFileInfoURL.channel.request
           
 
Constructor Summary
protected DiskManagerFileInfoURL.channel()
           
 
Method Summary
 DiskManagerFileInfoURL.channel.request createRequest()
           
 void destroy()
           
 DiskManagerFileInfo getFile()
           
 long getPosition()
           
 boolean isDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskManagerFileInfoURL.channel

protected DiskManagerFileInfoURL.channel()
Method Detail

createRequest

public DiskManagerFileInfoURL.channel.request createRequest()
Specified by:
createRequest in interface DiskManagerChannel

getFile

public DiskManagerFileInfo getFile()
Specified by:
getFile in interface DiskManagerChannel

getPosition

public long getPosition()
Specified by:
getPosition in interface DiskManagerChannel

isDestroyed

public boolean isDestroyed()
Specified by:
isDestroyed in interface DiskManagerChannel

destroy

public void destroy()
Specified by:
destroy in interface DiskManagerChannel