-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterUInt implements FfiConverter<UInt, Int>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterUIntINSTANCE
-
Method Summary
Modifier and Type Method Description UIntlift(Integer value)UIntread(ByteBuffer buf)Integerlower(UInt value)<ERROR CLASS>allocationSize(UInt value)Unitwrite(UInt value, ByteBuffer buf)-
-
Method Detail
-
read
UInt read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(UInt value)
-
write
Unit write(UInt value, ByteBuffer buf)
-
-
-
-