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

com.github.cleydyr.dart.system.io.ExecutableResourcesProvider Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package com.github.cleydyr.dart.system.io;

import com.github.cleydyr.dart.release.DartSassReleaseParameter;
import java.io.IOException;
import java.io.InputStream;

public interface ExecutableResourcesProvider {
    InputStream getInputStream(DartSassReleaseParameter dartSassReleaseParameter, String resourceName)
            throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy