SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.client
Class DownloaderProxy

java.lang.Object
  |
  +--org.sourcejammer.client.DownloaderProxy

public class DownloaderProxy
extends java.lang.Object


Constructor Summary
DownloaderProxy()
           
DownloaderProxy(java.lang.String url)
           
DownloaderProxy(java.net.URL url)
           
 
Method Summary
 byte[] downloadBytes(int maxSize)
          Streams bytes into the FileUploader.
 boolean endOfFile()
           
 java.net.URL getURL()
           
 void setFileIdentifier(DownloadFileIdentifier id)
           
 void setURL(java.lang.String url)
           
 void setURL(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloaderProxy

public DownloaderProxy()

DownloaderProxy

public DownloaderProxy(java.lang.String url)
                throws java.net.MalformedURLException

DownloaderProxy

public DownloaderProxy(java.net.URL url)
Method Detail

setFileIdentifier

public void setFileIdentifier(DownloadFileIdentifier id)
                       throws SourceJammerConnectionException

setURL

public void setURL(java.lang.String url)
            throws java.net.MalformedURLException

setURL

public void setURL(java.net.URL url)

getURL

public java.net.URL getURL()

endOfFile

public boolean endOfFile()

downloadBytes

public byte[] downloadBytes(int maxSize)
                     throws SourceJammerConnectionException
Streams bytes into the FileUploader.

SourceJammer 1.2.0.1 May 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan