We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a1a07 commit 26df831Copy full SHA for 26df831
src/main/java/org/scijava/io/Location.java
@@ -42,7 +42,7 @@
42
* resource identifier</a> ({@link URI}), a location identifies <em>where</em>
43
* the data resides, without necessarily specifying <em>how</em> to access that
44
* data. The {@link DataHandle} interface defines a plugin that knows how to
45
- * provide a stream of bytes for a particular kind of location.
+ * read and/or write bytes for a particular kind of location.
46
* </p>
47
*
48
* @author Curtis Rueden
0 commit comments