Package org.jpmml.python
Class CompressedInputStreamStorage
- java.lang.Object
-
- org.jpmml.python.Storage
-
- org.jpmml.python.InputStreamStorage
-
- org.jpmml.python.CompressedInputStreamStorage
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class CompressedInputStreamStorage extends InputStreamStorage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCompressedInputStreamStorage.Type
-
Constructor Summary
Constructors Constructor Description CompressedInputStreamStorage(InputStream is)CompressedInputStreamStorage(PushbackInputStream is)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompressedInputStreamStorage.TypedetectType(PushbackInputStream is)-
Methods inherited from class org.jpmml.python.InputStreamStorage
close, getArray, getObject
-
-
-
-
Constructor Detail
-
CompressedInputStreamStorage
public CompressedInputStreamStorage(InputStream is) throws IOException
- Throws:
IOException
-
CompressedInputStreamStorage
public CompressedInputStreamStorage(PushbackInputStream is) throws IOException
- Throws:
IOException
-
-
Method Detail
-
detectType
public static CompressedInputStreamStorage.Type detectType(PushbackInputStream is) throws IOException
- Throws:
IOException
-
-