|
SourceJammer 1.2.0.1 May 20, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.sourcejammer.project.view.FileDownloader
Object used to stream files to client is chunks of specified size.
| Inner Class Summary | |
static class |
FileDownloader.DownloadTypes
|
| Constructor Summary | |
FileDownloader()
Construct a new FileDownloader. |
|
| Method Summary | |
SendBytes |
downloadBytes(int iMaxBytes)
Download the specified number of bytes packaged in a SendBytes object. |
void |
setFileIdentifier(DownloadFileIdentifier id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileDownloader()
| Method Detail |
public void setFileIdentifier(DownloadFileIdentifier id)
throws FileSendException
public SendBytes downloadBytes(int iMaxBytes)
throws FileSendException
maxBytes - -- maximum number of bytes to send.
|
SourceJammer 1.2.0.1 May 20, 2002 Copyright (c) 2001, 2002 Robert MacGrogan |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||