Uses of Interface
tv.hd3g.transfertfiles.SizedStoppableCopyCallback
-
Packages that use SizedStoppableCopyCallback Package Description tv.hd3g.transfertfiles tv.hd3g.transfertfiles.ftp tv.hd3g.transfertfiles.local tv.hd3g.transfertfiles.sftp -
-
Uses of SizedStoppableCopyCallback in tv.hd3g.transfertfiles
Methods in tv.hd3g.transfertfiles with parameters of type SizedStoppableCopyCallback Modifier and Type Method Description longAbstractFile. downloadAbstract(OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)Only use with a regular file.static longCommonAbstractFile. observableCopyStream(InputStream inputStream, OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)Dont forget to close inputStream / outputStream after uselongAbstractFile. uploadAbstract(InputStream inputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)Only use with a regular file. -
Uses of SizedStoppableCopyCallback in tv.hd3g.transfertfiles.ftp
Methods in tv.hd3g.transfertfiles.ftp with parameters of type SizedStoppableCopyCallback Modifier and Type Method Description longFTPFile. downloadAbstract(OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)longFTPFile. uploadAbstract(InputStream inputStream, int bufferSize, SizedStoppableCopyCallback copyCallback) -
Uses of SizedStoppableCopyCallback in tv.hd3g.transfertfiles.local
Methods in tv.hd3g.transfertfiles.local with parameters of type SizedStoppableCopyCallback Modifier and Type Method Description longLocalFile. downloadAbstract(OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)longLocalFile. uploadAbstract(InputStream inputStream, int bufferSize, SizedStoppableCopyCallback copyCallback) -
Uses of SizedStoppableCopyCallback in tv.hd3g.transfertfiles.sftp
Methods in tv.hd3g.transfertfiles.sftp with parameters of type SizedStoppableCopyCallback Modifier and Type Method Description longSFTPFile. downloadAbstract(OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)longSFTPFile. uploadAbstract(InputStream inputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)
-