Package com.jme3.export.binary
Class BinaryLoader
java.lang.Object
com.jme3.export.binary.BinaryLoader
- All Implemented Interfaces:
AssetLoader
The default loader to load binaries files.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BinaryLoader
public BinaryLoader()
-
-
Method Details
-
load
Description copied from interface:AssetLoader
Loads asset from the given input stream, parsing it into an application-usable object.- Specified by:
load
in interfaceAssetLoader
- Parameters:
assetInfo
- the located asset- Returns:
- An object representing the resource.
- Throws:
IOException
- If an I/O error occurs while loading
-