Skip to content

Commit fc853ff

Browse files
committed
DataHandle: improve class javadoc
1 parent 6c87eb0 commit fc853ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/io/handle/DataHandle.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
import org.scijava.plugin.WrapperPlugin;
4545

4646
/**
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}.
47+
* A <em>data handle</em> is a plugin which provides both streaming and random
48+
* access to bytes at a {@link Location} (e.g., files or arrays).
4949
*
5050
* @author Curtis Rueden
5151
* @see DataHandleInputStream

0 commit comments

Comments
 (0)