Package com.wowza.util
Interface IFileProcess
-
public interface IFileProcess
Used by FileUtils.traverseDirectory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFile(java.io.File file)
Triggered for each file encountered in FileUtils.traverseDirectory
-