Package org.dashj.bls
Class GTElement
- java.lang.Object
-
- org.dashj.bls.GTElement
-
public class GTElement extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intSIZEprotected booleanswigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description protectedGTElement(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()static GTElementfromBytes(byte[] bytes)static GTElementfromBytesUnchecked(byte[] bytes)protected static longgetCPtr(GTElement obj)byte[]serialize()voidserialize(byte[] buffer)static GTElementunity()
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(GTElement obj)
-
delete
public void delete()
-
fromBytes
public static GTElement fromBytes(byte[] bytes)
-
fromBytesUnchecked
public static GTElement fromBytesUnchecked(byte[] bytes)
-
unity
public static GTElement unity()
-
serialize
public void serialize(byte[] buffer)
-
serialize
public byte[] serialize()
-
-