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

com.distelli.objectStore.ObjectReader Maven / Gradle / Ivy

There is a newer version: 10.0.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy