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

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

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