Package com.gpudb.filesystem.upload
-
Interface Summary Interface Description FileUploadListener This interface provides callback methods for - a. complete multi-part file upload b. a part of multi-part upload c. a complete single shot upload of multiple files An example usage can be as given below : -
Class Summary Class Description UploadOptions This class encapsulates the options that the users of the API exposed byGPUdbFileHandlerclass can use to set the options for the methodsGPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener)andGPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener)The static methodUploadOptions.defaultOptions()can be used to retrieve the default options for upload.