org.alliance.core.comm.filetransfers
Class FileDescriptorConsumer

java.lang.Object
  extended by org.alliance.core.comm.filetransfers.FileDescriptorConsumer
All Implemented Interfaces:
DataConsumer

public class FileDescriptorConsumer
extends java.lang.Object
implements DataConsumer

Created by IntelliJ IDEA. User: maciek Date: 2006-jan-26 Time: 21:56:49 To change this template use File | Settings | File Templates.


Constructor Summary
FileDescriptorConsumer(Download download, DownloadConnection dc)
           
 
Method Summary
 void consume(java.nio.ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDescriptorConsumer

public FileDescriptorConsumer(Download download,
                              DownloadConnection dc)
Method Detail

consume

public void consume(java.nio.ByteBuffer buf)
             throws java.io.IOException
Specified by:
consume in interface DataConsumer
Throws:
java.io.IOException