org.elite.jdcbot.shareframework
Class ShareManager

java.lang.Object
  extended by org.elite.jdcbot.shareframework.ShareManager

public class ShareManager
extends java.lang.Object

Created on 26-May-08
Its purpose is to manager the user shared files, i.e. hashing them, creating/updating file list, etc.
TODO: Writing code for this is deferred for later time.

Since:
0.7
Version:
0.1
Author:
AppleGrew

Constructor Summary
ShareManager()
           
 
Method Summary
 DUEntity getFile(java.lang.String file, int fileType, long start, long fileLen)
           
 DUEntity getFileList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShareManager

public ShareManager()
Method Detail

getFile

public DUEntity getFile(java.lang.String file,
                        int fileType,
                        long start,
                        long fileLen)
                 throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException

getFileList

public DUEntity getFileList()
                     throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException