All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sjsonnet.client.Locked Maven / Gradle / Ivy

The newest version!
package sjsonnet.client;

import java.io.RandomAccessFile;
import java.nio.channels.FileChannel;
import java.util.concurrent.locks.ReentrantLock;


public interface Locked{
    public void release() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy