mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-05 21:24:30 +02:00
Build native libraries with arrayCopy method
This commit is contained in:
parent
da64065e18
commit
c6e2aebe11
@ -57,7 +57,8 @@ public class Snappy
|
||||
* byte offset in the destination array
|
||||
* @throws IOException
|
||||
*/
|
||||
static void arrayCopy(Object src, int offset, int byteLength, Object dest, int dest_offset) throws IOException {
|
||||
public static void arrayCopy(Object src, int offset, int byteLength, Object dest, int dest_offset)
|
||||
throws IOException {
|
||||
impl.arrayCopy(src, offset, byteLength, dest, dest_offset);
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user