Update auto-generated bindings to 0.0.103
[ldk-java] / src / main / java / org / ldk / structs / DecodeError.java
index dddda1979b17d6aa9d72daea4ebaf16d45583cd5..5f7d8809b8b3b98763ef0c3614ea6b262d94d2c4 100644 (file)
@@ -2,12 +2,32 @@ package org.ldk.structs;
 
 import org.ldk.impl.bindings;
 import org.ldk.enums.*;
+import org.ldk.util.*;
+import java.util.Arrays;
+import javax.annotation.Nullable;
 
+
+/**
+ * An error in decoding a message or struct.
+ */
+@SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class DecodeError extends CommonBase {
        DecodeError(Object _dummy, long ptr) { super(ptr); }
        @Override @SuppressWarnings("deprecation")
        protected void finalize() throws Throwable {
-               bindings.DecodeError_free(ptr); super.finalize();
+               super.finalize();
+               if (ptr != 0) { bindings.DecodeError_free(ptr); }
+       }
+
+       /**
+        * Creates a copy of the DecodeError
+        */
+       public DecodeError clone() {
+               long ret = bindings.DecodeError_clone(this.ptr);
+               if (ret >= 0 && ret <= 4096) { return null; }
+               DecodeError ret_hu_conv = null; if (ret < 0 || ret > 4096) { ret_hu_conv = new DecodeError(null, ret); }
+               ret_hu_conv.ptrs_to.add(this);
+               return ret_hu_conv;
        }
 
 }