
com.qiniu.interfaces.IFileChecker Maven / Gradle / Ivy
package com.qiniu.interfaces;
import java.io.IOException;
public interface IFileChecker {
String check(String key) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy