Package org.jpmml.python
Class Storage
- java.lang.Object
-
- org.jpmml.python.Storage
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
FileStorage,InputStreamStorage
public abstract class Storage extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description Storage()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract InputStreamgetArray(String path)abstract InputStreamgetObject()
-
-
-
Method Detail
-
getObject
public abstract InputStream getObject() throws IOException
- Throws:
IOException
-
getArray
public abstract InputStream getArray(String path) throws IOException
- Throws:
IOException
-
-