This is used by required to load files that are part of the application, and implemented by BaseLib for both the Jme and Jse platforms.
The Jme version of base lib {@link BaseLib} implements {@link BaseLib#FINDER} via {@link Class#getResourceAsStream(String)}, while the Jse version {@link JseBaseLib} implements it using {@link java.io.File#File(String)}.
The io library does not use this API for file manipulation.
@see BaseLib @see BaseLib#FINDER @see JseBaseLib @see JmePlatform @see JsePlatform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|