com.aelitis.azureus.core.download
Class DiskManagerFileInfoStream.context.channel

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

protected class DiskManagerFileInfoStream.context.channel
extends Object
implements DiskManagerChannel


Nested Class Summary
protected  class DiskManagerFileInfoStream.context.channel.request
           
 
Constructor Summary
protected DiskManagerFileInfoStream.context.channel()
           
 
Method Summary
 DiskManagerRequest 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

DiskManagerFileInfoStream.context.channel

protected DiskManagerFileInfoStream.context.channel()
Method Detail

createRequest

public DiskManagerRequest 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