Uses of Interface
com.peterphi.std.io.ICopyProgressMonitor
Packages that use ICopyProgressMonitor
-
Uses of ICopyProgressMonitor in com.peterphi.std.io
Methods in com.peterphi.std.io with parameters of type ICopyProgressMonitorModifier and TypeMethodDescriptionstatic voidStreamUtil.doBackgroundCopy(InputStream is, OutputStream os, ICopyProgressMonitor monitor) static voidStreamUtil.doBackgroundCopy(InputStream is, OutputStream os, ICopyProgressMonitor monitor, boolean closeOutput, boolean closeInput) static voidStreamUtil.streamCopy(InputStream in, OutputStream out, ICopyProgressMonitor monitor)