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