-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterTypeLogWriter implements FfiConverter<LogWriter, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeLogWriterINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(LogWriter value)LogWriterlift(Pointer value)LogWriterread(ByteBuffer buf)<ERROR CLASS>allocationSize(LogWriter value)Unitwrite(LogWriter value, ByteBuffer buf)-
-
Method Detail
-
read
LogWriter read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(LogWriter value)
-
write
Unit write(LogWriter value, ByteBuffer buf)
-
-
-
-