-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterULong implements FfiConverter<ULong, Long>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterULongINSTANCE
-
Method Summary
Modifier and Type Method Description ULonglift(Long value)ULongread(ByteBuffer buf)Longlower(ULong value)<ERROR CLASS>allocationSize(ULong value)Unitwrite(ULong value, ByteBuffer buf)-
-
Method Detail
-
read
ULong read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(ULong value)
-
write
Unit write(ULong value, ByteBuffer buf)
-
-
-
-