Interface ResourceLoader

All Superinterfaces:
AutoCloseable

public interface ResourceLoader extends AutoCloseable
Loads instances of Resource based on Path instances. Typically instances of this work in conjunction with an AssetLoader to load the raw bytes from storage and then into memory.