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

panda.io.stream.ListReader Maven / Gradle / Ivy

package panda.io.stream;

import java.io.IOException;
import java.util.List;

public interface ListReader {
	List readList() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy