SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.util.SendBytes

Packages that use SendBytes
org.sourcejammer.project.view   
 

Uses of SendBytes in org.sourcejammer.project.view
 

Methods in org.sourcejammer.project.view that return SendBytes
 SendBytes Downloader.downloadBytes(java.lang.Integer maxBytes)
          Download the specified number of bytes packaged in a SendBytes object.
 SendBytes FileDownloader.downloadBytes(int iMaxBytes)
          Download the specified number of bytes packaged in a SendBytes object.
 

Methods in org.sourcejammer.project.view with parameters of type SendBytes
 void FileUploader.uploadBytes(SendBytes by)
          Streams bytes into the FileUploader.
 void Uploader.uploadBytes(SendBytes by)
          Streams bytes into the FileUploader.
 


SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan