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
|
* byte offset in the destination array
|
||||||
* @throws IOException
|
* @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);
|
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…
Reference in New Issue