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

org.sourcejammer.project.view
Interface Uploader

All Known Implementing Classes:
FileUploader

public interface Uploader


Method Summary
 long getFileUploadID()
          Returns the unique file upload ID.
 void uploadBytes(SendBytes by)
          Streams bytes into the FileUploader.
 

Method Detail

getFileUploadID

public long getFileUploadID()
Returns the unique file upload ID. This needs to be passed to MCP check in or add method.

uploadBytes

public void uploadBytes(SendBytes by)
                 throws FileSendException
Streams bytes into the FileUploader.
Parameters:
by - -- SendBytes object wrapped around bytes..

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