jbellis commented on code in PR #2673:
URL: https://github.com/apache/cassandra/pull/2673#discussion_r1357164060
##########
src/java/org/apache/cassandra/io/util/RandomAccessReader.java:
##########
@@ -71,6 +73,68 @@ private void reBufferAt(long position)
assert buffer.order() == ByteOrder.BIG_ENDIAN : "Buffer must have BIG
ENDIAN byte ordering";
}
+ public void readFully(float[] dest) throws IOException
Review Comment:
we have a wrapper class for RAR elsewhere in this patch, but here we're
implementing most of it directly, do we need the wrapper?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]