-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterBoolean implements FfiConverter<Boolean, Byte>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterBooleanINSTANCE
-
Method Summary
Modifier and Type Method Description Booleanlift(Byte value)Booleanread(ByteBuffer buf)Bytelower(Boolean value)<ERROR CLASS>allocationSize(Boolean value)Unitwrite(Boolean value, ByteBuffer buf)-
-
Method Detail
-
read
Boolean read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(Boolean value)
-
write
Unit write(Boolean value, ByteBuffer buf)
-
-
-
-