saker.util Documentation TaskDoc JavaDoc Packages
public interface IORunnable
Functional interface similar to Runnable but is usable in an I/O error-prone context.

The method of this interface may throw an IOException.

Methods
public void
run()
Runs the operations that the subclass defines.
public abstract void run() throws IOException
Runs the operations that the subclass defines.
IOExceptionIn case of I/O error.