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

java.lang.Object
  extended by com.aelitis.azureus.core.download.DiskManagerFileInfoStream.context
Enclosing class:
DiskManagerFileInfoStream

protected class DiskManagerFileInfoStream.context
extends java.lang.Object


Nested Class Summary
protected  class DiskManagerFileInfoStream.context.channel
           
 
Constructor Summary
protected DiskManagerFileInfoStream.context()
           
 
Method Summary
protected  DiskManagerFileInfoStream.context.channel createChannel()
           
protected  void destroy(java.lang.Throwable error)
           
protected  int read(byte[] buffer, long offset, int length)
           
protected  void removeChannel(DiskManagerFileInfoStream.context.channel c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskManagerFileInfoStream.context

protected DiskManagerFileInfoStream.context()
                                     throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

read

protected int read(byte[] buffer,
                   long offset,
                   int length)
            throws java.io.IOException
Throws:
java.io.IOException

createChannel

protected DiskManagerFileInfoStream.context.channel createChannel()

removeChannel

protected void removeChannel(DiskManagerFileInfoStream.context.channel c)

destroy

protected void destroy(java.lang.Throwable error)