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

org.carlspring.commons.io.reloading.ReloadableInputStreamHandler Maven / Gradle / Ivy

package org.carlspring.commons.io.reloading;

import java.io.IOException;
import java.io.InputStream;

/**
 * @author mtodorov
 */
public interface ReloadableInputStreamHandler extends Reloading
{

    InputStream getInputStream()
            throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy