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