-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypeConfig implements FfiConverterRustBuffer<Config>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeConfigINSTANCE
-
Method Summary
Modifier and Type Method Description Configread(ByteBuffer buf)IntegerallocationSize(Config value)Unitwrite(Config value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypeConfig
lift, lower -
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterRustBuffer
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
Config read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(Config value)
-
write
Unit write(Config value, ByteBuffer buf)
-
-
-
-