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

com.opdar.gulosity.persistence.IPersistence Maven / Gradle / Ivy

The newest version!
package com.opdar.gulosity.persistence;


/**
 * Created by 俊帆 on 2016/10/17.
 */
public interface IPersistence {
    public void commit(long position);
    public long getPosition();
    public String getFileName();
    public void setFileName(String fileName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy