We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea3364 commit fc5b575Copy full SHA for fc5b575
src/main/java/org/scijava/io/DataHandle.java
@@ -119,11 +119,7 @@ default boolean ensureWritable(final long count) throws IOException {
119
return true;
120
}
121
122
- /**
123
- * Returns the current order of the stream.
124
- *
125
- * @return See above.
126
- */
+ /** Returns the byte order of the stream. */
127
ByteOrder getOrder();
128
129
/** Gets the endianness of the stream. */
0 commit comments