Uses of Interface
tv.hd3g.transfertfiles.SizedStoppableCopyCallback
Packages that use SizedStoppableCopyCallback
Package
Description
-
Uses of SizedStoppableCopyCallback in tv.hd3g.transfertfiles
Methods in tv.hd3g.transfertfiles with parameters of type SizedStoppableCopyCallbackModifier and TypeMethodDescriptionlongAbstractFile.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 SizedStoppableCopyCallbackModifier and TypeMethodDescriptionlongFTPFile.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 SizedStoppableCopyCallbackModifier and TypeMethodDescriptionlongLocalFile.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 SizedStoppableCopyCallbackModifier and TypeMethodDescriptionlongSFTPFile.downloadAbstract(OutputStream outputStream, int bufferSize, SizedStoppableCopyCallback copyCallback) longSFTPFile.uploadAbstract(InputStream inputStream, int bufferSize, SizedStoppableCopyCallback copyCallback)