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

Uses of Class
org.sourcejammer.project.view.FileSendException

Packages that use FileSendException
org.sourcejammer.project.view   
 

Uses of FileSendException in org.sourcejammer.project.view
 

Subclasses of FileSendException in org.sourcejammer.project.view
 class StreamClosedException
          Title: SourceJammer 1.2 Description: Copyright: Copyright (c) 2002 Company: SourceJammer Project
 

Methods in org.sourcejammer.project.view that throw FileSendException
 void FileUploader.uploadBytes(SendBytes by)
          Streams bytes into the FileUploader.
 SendBytes Downloader.downloadBytes(java.lang.Integer maxBytes)
          Download the specified number of bytes packaged in a SendBytes object.
 void Downloader.setFileIdentifier(DownloadFileIdentifier id)
           
 void FileDownloader.setFileIdentifier(DownloadFileIdentifier id)
           
 SendBytes FileDownloader.downloadBytes(int iMaxBytes)
          Download the specified number of bytes packaged in a SendBytes object.
 void Uploader.uploadBytes(SendBytes by)
          Streams bytes into the FileUploader.
 

Constructors in org.sourcejammer.project.view that throw FileSendException
FileUploader()
          Construct a new FileUploader.
 


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