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