Package org.jpmml.python
Class StorageUtil
- java.lang.Object
-
- org.jpmml.python.StorageUtil
-
public class StorageUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StoragecreateStorage(File file)static StoragecreateStorage(InputStream is)static StoragecreateStorage(PushbackInputStream is)
-
-
-
Method Detail
-
createStorage
public static Storage createStorage(File file) throws IOException
- Throws:
IOException
-
createStorage
public static Storage createStorage(InputStream is) throws IOException
- Throws:
IOException
-
createStorage
public static Storage createStorage(PushbackInputStream is) throws IOException
- Throws:
IOException
-
-