
com.qiniu.datasource.IReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qsuits Show documentation
Show all versions of qsuits Show documentation
qiniu-suits is a efficient tools for qiniu api implemented by java8.
package com.qiniu.datasource;
import java.io.IOException;
import java.util.stream.Stream;
public interface IReader {
String getName();
T getRealReader();
String readLine() throws IOException;
Stream lines();
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy