added missing class TransportManager

This commit is contained in:
roberto cirillo 2020-11-09 16:14:24 +01:00
parent c3fde07fc8
commit a3619dc643
1 changed files with 2 additions and 1 deletions

View File

@ -155,10 +155,11 @@ public abstract class TransportManager {
/** /**
* get the size of the remote file * get the size of the remote file
* @param bucket identifies the remote file path * @param bucket identifies the remote file path
* @param myFile the file wrapper
* @return the size of the remote file * @return the size of the remote file
* @throws UnknownHostException * @throws UnknownHostException
*/ */
public abstract long getSize(String bucket); public abstract long getSize(String bucket, MyFile myFile);
/** /**
* lock a remote file * lock a remote file