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