Class FileLoaderHelper
- java.lang.Object
-
- org.eclipse.basyx.aas.factory.aasx.FileLoaderHelper
-
public class FileLoaderHelper extends Object
A helper class for providing InputStream of file from specified path.- Author:
- danish
-
-
Constructor Summary
Constructors Constructor Description FileLoaderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStream
getInputStream(String aasxFilePath)
-
-
-
Method Detail
-
getInputStream
public static InputStream getInputStream(String aasxFilePath) throws IOException
- Throws:
IOException
-
-