ibessonov commented on code in PR #6316: URL: https://github.com/apache/ignite-3/pull/6316#discussion_r2235294765
########## modules/core/src/main/java/org/apache/ignite/internal/util/GridUnsafe.java: ########## @@ -1821,6 +1821,26 @@ private static void putLongByByte(long addr, long val, boolean bigEndian) { } } + /** + * Reads a byte array from the memory. + * + * @param addr Start address. + * @param off Offset. + * @param len Bytes length. + * @return Bytes from given address. + */ + public static byte[] getBytes(long addr, int off, int len) { Review Comment: Alright, I will do it. Believe it or not, there's no `GridUnsafeTest` O_O -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org