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