-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypeEvent implements FfiConverterRustBuffer<Event>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeEventINSTANCE
-
Method Summary
Modifier and Type Method Description Eventread(ByteBuffer buf)IntegerallocationSize(Event value)Unitwrite(Event value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypeEvent
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
Event read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(Event value)
-
write
Unit write(Event value, ByteBuffer buf)
-
-
-
-