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

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

There is a newer version: 1.0.52-3042601
Show newest version
package com.indeed.util.io;

import java.io.IOException;

/**
 * @author jplaisance
 */
public interface Positioned {
    public long position() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy