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

com.indeed.util.io.Syncable Maven / Gradle / Ivy

The newest version!
package com.indeed.util.io;

import java.io.IOException;

/** @author jplaisance */
public interface Syncable {
    public void sync() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy