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 4fcd959 commit 7a57cbeCopy full SHA for 7a57cbe
src/main/java/org/scijava/io/BytesLocation.java
@@ -35,8 +35,14 @@
35
36
/**
37
* {@link Location} backed by a {@link ByteBuffer}.
38
- *
+ * <p>
39
+ * Note that the backing {@link ByteBuffer} reference is mutable, and might
40
+ * change to a different, larger buffer if a sufficiently large amount of data
41
+ * is written to this location via a wrapping {@link BytesHandle}.
42
+ * </p>
43
+ *
44
* @author Curtis Rueden
45
+ * @see BytesHandle
46
*/
47
public class BytesLocation extends AbstractLocation {
48
0 commit comments