Interface FileOperation
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for file operations.
-
Method Summary
-
Method Details
-
execute
Execute the file operation. Implementations should throwIOExceptionfor any I/O related failure so callers can retry or report errors.- Throws:
IOException- when an I/O error occurs
-