org.compass.core.engine.RepeatableReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compass Show documentation
Show all versions of compass Show documentation
Compass Search Engine Framework
package org.compass.core.engine;
/**
* Acts as a marker interface for {@link java.io.Reader} where if calling close will
* result in the reader going back to it's initial state.
*/
public interface RepeatableReader {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy