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