dcapwell commented on code in PR #2299:
URL: https://github.com/apache/cassandra/pull/2299#discussion_r1179736117


##########
src/java/org/apache/cassandra/utils/ByteBufferUtil.java:
##########
@@ -866,4 +867,15 @@ private static boolean startsWith(ByteBuffer src, 
ByteBuffer prefix, int offset)
 
         return true;
     }
+
+    public static void readFully(FileChannel channel, ByteBuffer dst, long 
position) throws IOException

Review Comment:
   I feel that this has to exist somewhere....



-- 
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]

Reply via email to