public class UploadFileTransfer extends AbstractFileTransfer
TransferState.getFile() into TransferState.getBuffer()
 and then writing to the
 server. Not thread safeAbstractFileTransfer.Transferslog| Constructor and Description | 
|---|
| UploadFileTransfer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterTransfer(int errors,
             java.util.List<java.lang.String> srcFiles)Since the  RawFileStorePrxinstances are cleaned up after each
 transfer, there's no need to cleanup perFile. | 
| java.lang.String | transfer(TransferState state)Transfers a file and returns the appropriate checksum string for
 the source file. | 
cleanupUpload, createTransfer, deleteTransferredFiles, finish, isWindows, printLine, startpublic java.lang.String transfer(TransferState state) throws java.io.IOException, omero.ServerError
FileTransferTransferState instance should be unique
 for this invocation, i.e. not used by any other threads. After
 execution, the fields can be inspected to see, e.g., the newly created
 file.java.io.IOExceptionomero.ServerErrorpublic void afterTransfer(int errors,
                          java.util.List<java.lang.String> srcFiles)
                   throws CleanupFailure
RawFileStorePrx instances are cleaned up after each
 transfer, there's no need to cleanup per File.CleanupFailure
                
                
Version: 5.4.10-ice35-b105
Copyright © 2019 The University of Dundee & Open Microscopy Environment. All Rights Reserved.