public interface IOOperation
Runnable
, except that
the operation may throw an IOException
.Modifier and Type | Method and Description |
---|---|
void |
perform()
Perform some work.
|
void perform() throws IOException
IOException
Copyright © 2003-2012 The Apache Software Foundation.