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

org.snapscript.core.ResourceManager Maven / Gradle / Ivy

package org.snapscript.core;

import java.io.InputStream;

public interface ResourceManager {
   byte[] getBytes(String path);
   String getString(String path);
   InputStream getInputStream(String path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy