Uses of Interface
com.cedarsoftware.util.IOUtilities.TransferCallback
Packages that use IOUtilities.TransferCallback
-
Uses of IOUtilities.TransferCallback in com.cedarsoftware.util
Methods in com.cedarsoftware.util with parameters of type IOUtilities.TransferCallbackModifier and TypeMethodDescriptionstatic void
IOUtilities.transfer
(File f, URLConnection c, IOUtilities.TransferCallback cb) Transfers the contents of a File to a URLConnection's output stream.static void
IOUtilities.transfer
(InputStream s, File f, IOUtilities.TransferCallback cb) Transfers the contents of an InputStream to a File.static void
IOUtilities.transfer
(InputStream in, OutputStream out, IOUtilities.TransferCallback cb) Transfers bytes from an input stream to an output stream with optional progress monitoring.static void
IOUtilities.transfer
(URLConnection c, File f, IOUtilities.TransferCallback cb) Transfers the contents of a URLConnection's input stream to a File.