Revert the changes of native binaries
This commit is contained in:
parent
7a96d1fee9
commit
f94765b939
|
@ -66,7 +66,6 @@ public class SnappyNative
|
||||||
public native int rawUncompress(Object input, int inputOffset, int inputLength, Object output, int outputOffset)
|
public native int rawUncompress(Object input, int inputOffset, int inputLength, Object output, int outputOffset)
|
||||||
throws IOException;
|
throws IOException;
|
||||||
|
|
||||||
|
|
||||||
// Returns the maximal size of the compressed representation of
|
// Returns the maximal size of the compressed representation of
|
||||||
// input data that is "source_bytes" bytes in length;
|
// input data that is "source_bytes" bytes in length;
|
||||||
public native int maxCompressedLength(int source_bytes);
|
public native int maxCompressedLength(int source_bytes);
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue