Uses of Interface
org.cyberlab.support.interfaces.StreamCopy

Packages that use StreamCopy
org.cyberlab.support.templates   
 

Uses of StreamCopy in org.cyberlab.support.templates
 

Methods in org.cyberlab.support.templates with parameters of type StreamCopy
static void CopyFromStreamToFileTemplate.process(java.io.InputStream fromStream, java.io.File toFile, StreamCopy processor)
           
static void CopyFromUrlToFileTemplate.process(java.net.URL fromURL, java.io.File toFile, StreamCopy processor)