-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterUShort implements FfiConverter<UShort, Short>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterUShortINSTANCE
-
Method Summary
Modifier and Type Method Description UShortlift(Short value)UShortread(ByteBuffer buf)Shortlower(UShort value)<ERROR CLASS>allocationSize(UShort value)Unitwrite(UShort value, ByteBuffer buf)-
-
Method Detail
-
read
UShort read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(UShort value)
-
write
Unit write(UShort value, ByteBuffer buf)
-
-
-
-