1 package org.ldk.structs;
3 import org.ldk.impl.bindings;
4 import org.ldk.enums.*;
6 import java.util.Arrays;
8 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
9 public class HTLCUpdate extends CommonBase {
10 HTLCUpdate(Object _dummy, long ptr) { super(ptr); }
11 @Override @SuppressWarnings("deprecation")
12 protected void finalize() throws Throwable {
14 if (ptr != 0) { bindings.HTLCUpdate_free(ptr); }
17 public static HTLCUpdate constructor_clone(HTLCUpdate orig) {
18 long ret = bindings.HTLCUpdate_clone(orig == null ? 0 : orig.ptr & ~1);
19 HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);
20 ret_hu_conv.ptrs_to.add(orig);
24 public byte[] write(HTLCUpdate obj) {
25 byte[] ret = bindings.HTLCUpdate_write(obj == null ? 0 : obj.ptr & ~1);
26 this.ptrs_to.add(obj);
30 public static HTLCUpdate constructor_read(byte[] ser) {
31 long ret = bindings.HTLCUpdate_read(ser);
32 HTLCUpdate ret_hu_conv = new HTLCUpdate(null, ret);