Skip to content

Commit 5ea3364

Browse files
ctruedengab1one
authored andcommitted
DataHandle: improve class javadoc
1 parent 199b6eb commit 5ea3364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

4545
/**
46-
* A <em>data handle</em> is a plugin which provides access to bytes in a data
47-
* stream (e.g., files or arrays), identified by a {@link Location}.
46+
* A <em>data handle</em> is a plugin which provides both streaming and random
47+
* access to bytes at a {@link Location} (e.g., files or arrays).
4848
*
4949
* @author Curtis Rueden
5050
* @see DataHandleInputStream

0 commit comments

Comments
 (0)