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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy