Package org.ldk.structs
Class MultiThreadedScoreLockWrite
- java.lang.Object
-
- org.ldk.structs.MultiThreadedScoreLockWrite
-
public class MultiThreadedScoreLockWrite extends Object
A locked `MultiThreadedLockableScore`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScoreUpdateas_ScoreUpdate()Constructs a new ScoreUpdate which calls the relevant methods on this_arg.protected voidfinalize()byte[]write()Serialize the MultiThreadedScoreLockWrite object into a byte array which can be read by MultiThreadedScoreLockWrite_read
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
write
public byte[] write()
Serialize the MultiThreadedScoreLockWrite object into a byte array which can be read by MultiThreadedScoreLockWrite_read
-
as_ScoreUpdate
public ScoreUpdate as_ScoreUpdate()
Constructs a new ScoreUpdate which calls the relevant methods on this_arg. This copies the `inner` pointer in this_arg and thus the returned ScoreUpdate must be freed before this_arg is
-
-