api to access Loader

This commit is contained in:
dfsek
2021-07-05 02:06:14 -07:00
parent 58a5160d53
commit 7fcce19897
@@ -56,6 +56,8 @@ public abstract class LoaderImpl implements Loader {
return this; return this;
} }
protected abstract void load(String directory, String extension);
/** /**
* Close all InputStreams opened. * Close all InputStreams opened.
*/ */