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 6c87eb0 commit fc853ffCopy full SHA for fc853ff
src/main/java/org/scijava/io/handle/DataHandle.java
@@ -44,8 +44,8 @@
44
import org.scijava.plugin.WrapperPlugin;
45
46
/**
47
- * A <em>data handle</em> is a plugin which provides access to bytes in a data
48
- * stream (e.g., files or arrays), identified by a {@link Location}.
+ * A <em>data handle</em> is a plugin which provides both streaming and random
+ * access to bytes at a {@link Location} (e.g., files or arrays).
49
*
50
* @author Curtis Rueden
51
* @see DataHandleInputStream
0 commit comments