Package io.realm.kotlin.internal.interop
Class realm_salted_file_ident_t
- java.lang.Object
-
- io.realm.kotlin.internal.interop.realm_salted_file_ident_t
-
public class realm_salted_file_ident_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description realm_salted_file_ident_t()protectedrealm_salted_file_ident_t(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(realm_salted_file_ident_t obj)longgetIdent()longgetSalt()voidsetIdent(long value)voidsetSalt(long value)protected static longswigRelease(realm_salted_file_ident_t obj)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(realm_salted_file_ident_t obj)
-
swigRelease
protected static long swigRelease(realm_salted_file_ident_t obj)
-
finalize
protected void finalize()
- Overrides:
finalizein classjava.lang.Object
-
delete
public void delete()
-
setIdent
public void setIdent(long value)
-
getIdent
public long getIdent()
-
setSalt
public void setSalt(long value)
-
getSalt
public long getSalt()
-
-