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