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