public interface SnappyNativeAPI
| Modifier and Type | Method and Description |
|---|---|
void |
arrayCopy(java.lang.Object src,
int offset,
int byteLength,
java.lang.Object dest,
int dOffset) |
boolean |
isValidCompressedBuffer(java.nio.ByteBuffer compressed,
int offset,
int len) |
boolean |
isValidCompressedBuffer(java.lang.Object input,
int offset,
int len) |
int |
maxCompressedLength(int source_bytes) |
java.lang.String |
nativeLibraryVersion() |
int |
rawCompress(java.nio.ByteBuffer input,
int inputOffset,
int inputLength,
java.nio.ByteBuffer compressed,
int outputOffset) |
int |
rawCompress(java.lang.Object input,
int inputOffset,
int inputByteLength,
java.lang.Object output,
int outputOffset) |
int |
rawUncompress(java.nio.ByteBuffer compressed,
int inputOffset,
int inputLength,
java.nio.ByteBuffer uncompressed,
int outputOffset) |
int |
rawUncompress(java.lang.Object input,
int inputOffset,
int inputLength,
java.lang.Object output,
int outputOffset) |
void |
throw_error(int errorCode) |
int |
uncompressedLength(java.nio.ByteBuffer compressed,
int offset,
int len) |
int |
uncompressedLength(java.lang.Object input,
int offset,
int len) |
java.lang.String nativeLibraryVersion()
int rawCompress(java.nio.ByteBuffer input,
int inputOffset,
int inputLength,
java.nio.ByteBuffer compressed,
int outputOffset)
throws java.io.IOException
java.io.IOExceptionint rawCompress(java.lang.Object input,
int inputOffset,
int inputByteLength,
java.lang.Object output,
int outputOffset)
int rawUncompress(java.nio.ByteBuffer compressed,
int inputOffset,
int inputLength,
java.nio.ByteBuffer uncompressed,
int outputOffset)
throws java.io.IOException
java.io.IOExceptionint rawUncompress(java.lang.Object input,
int inputOffset,
int inputLength,
java.lang.Object output,
int outputOffset)
throws java.io.IOException
java.io.IOExceptionint maxCompressedLength(int source_bytes)
int uncompressedLength(java.nio.ByteBuffer compressed,
int offset,
int len)
throws java.io.IOException
java.io.IOExceptionint uncompressedLength(java.lang.Object input,
int offset,
int len)
throws java.io.IOException
java.io.IOExceptionboolean isValidCompressedBuffer(java.nio.ByteBuffer compressed,
int offset,
int len)
throws java.io.IOException
java.io.IOExceptionboolean isValidCompressedBuffer(java.lang.Object input,
int offset,
int len)
throws java.io.IOException
java.io.IOExceptionvoid arrayCopy(java.lang.Object src,
int offset,
int byteLength,
java.lang.Object dest,
int dOffset)
throws java.io.IOException
java.io.IOExceptionvoid throw_error(int errorCode)
throws java.io.IOException
java.io.IOExceptionCopyright © 2023. All Rights Reserved.