![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.client.sync.SyncTableReader Maven / Gradle / Ivy
package tech.ytsaurus.client.sync;
import java.io.IOException;
import java.util.Iterator;
public interface SyncTableReader extends Iterator, AutoCloseable {
@Override
void close() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy