public class C4BlobKey extends C4NativePeer
A raw SHA-1 digest used as the unique identifier of a blob.
| Constructor and Description |
|---|
C4BlobKey(String str)
Decodes a string of the form "sha1-"+base64 into a raw key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
String |
toString()
Encodes a blob key to a string of the form "sha1-"+base64.
|
accumulateAndGet, addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, incrementAndGet, intValue, lazySet, longValue, set, updateAndGet, weakCompareAndSetbyteValue, shortValuepublic C4BlobKey(@Nullable
String str)
throws LiteCoreException
LiteCoreException@NonNull public String toString()
toString in class AtomicLongpublic void free()