Package org.jpmml.python
Class FileStorage
- java.lang.Object
-
- org.jpmml.python.Storage
-
- org.jpmml.python.FileStorage
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class FileStorage extends Storage
-
-
Constructor Summary
Constructors Constructor Description FileStorage(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InputStreamgetArray(String name)InputStreamgetObject()
-
-
-
Constructor Detail
-
FileStorage
public FileStorage(File file)
-
-
Method Detail
-
getObject
public InputStream getObject() throws IOException
- Specified by:
getObjectin classStorage- Throws:
IOException
-
getArray
public InputStream getArray(String name) throws IOException
- Specified by:
getArrayin classStorage- Throws:
IOException
-
close
public void close()
-
-