-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public class GenericHash.State implements Closeable
State of a multi-part hashing operation. Allocates a small piece of native memory, so it is Closeable,as you might want to close it explicitly to free the allocated memory. (If not, it should be auto-freed by GCas always.)
-
-
Method Summary
Modifier and Type Method Description PointergetPointer()Native pointer to the state buffer (64-byte aligned). voidclose()-
-
Method Detail
-
getPointer
Pointer getPointer()
Native pointer to the state buffer (64-byte aligned).
-
close
void close()
-
-
-
-