
com.distelli.objectStore.ObjectReader Maven / Gradle / Ivy
package com.distelli.objectStore;
import java.io.InputStream;
import java.io.IOException;
public interface ObjectReader {
public T read(ObjectMetadata objectMetadata, InputStream inputStream) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy