org.sourcejammer.project.view
Interface Uploader

All Known Implementing Classes:
FileUploader

public interface Uploader


Method Summary
 long getFileUploadID()
          Returns the unique file upload ID.
 long uploadBytes(org.sourcejammer.util.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 long uploadBytes(org.sourcejammer.util.SendBytes by)
                 throws FileSendException
Streams bytes into the FileUploader.

Parameters:
by - -- SendBytes object wrapped around bytes..
FileSendException


Copyright © 2003 Soucejammer project.