Interface ModelAsset.StreamSupplier
- Enclosing class:
ModelAsset
public static interface ModelAsset.StreamSupplier
A functional interface for supplying an input stream.
- Since:
- 2.0.0
-
Method Summary
-
Method Details
-
get
Gets the input stream.- Returns:
- the input stream
- Throws:
IOException- if an I/O error occurs- Since:
- 2.0.0
-