package org.seqcode.data.readdb; import java.io.IOException; public interface Closeable { public void close() throws IOException; }