Package org.jpmml.python
Class CompressedInputStreamStorage
- java.lang.Object
-
- org.jpmml.python.Storage
-
- org.jpmml.python.InputStreamStorage
-
- org.jpmml.python.CompressedInputStreamStorage
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.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(java.io.InputStream is)CompressedInputStreamStorage(java.io.PushbackInputStream is)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CompressedInputStreamStorage.TypedetectType(java.io.PushbackInputStream is)-
Methods inherited from class org.jpmml.python.InputStreamStorage
close, getArray, getObject
-
-
-
-
Constructor Detail
-
CompressedInputStreamStorage
public CompressedInputStreamStorage(java.io.InputStream is) throws java.io.IOException- Throws:
java.io.IOException
-
CompressedInputStreamStorage
public CompressedInputStreamStorage(java.io.PushbackInputStream is) throws java.io.IOException- Throws:
java.io.IOException
-
-
Method Detail
-
detectType
public static CompressedInputStreamStorage.Type detectType(java.io.PushbackInputStream is) throws java.io.IOException
- Throws:
java.io.IOException
-
-