We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e43ccb commit 55985cbCopy full SHA for 55985cb
src/main/java/org/scijava/io/IOService.java
@@ -37,9 +37,11 @@
37
import org.scijava.service.SciJavaService;
38
39
/**
40
- * Interface for data I/O operations: opening and saving data.
+ * Interface for high-level data I/O: opening and saving data.
41
*
42
* @author Curtis Rueden
43
+ * @see DataHandleService
44
+ * @see Location
45
*/
46
public interface IOService extends HandlerService<String, IOPlugin<?>>,
47
SciJavaService
0 commit comments