Uses of Class
org.jpmml.python.CompressedInputStreamStorage.Type
-
Packages that use CompressedInputStreamStorage.Type Package Description org.jpmml.python -
-
Uses of CompressedInputStreamStorage.Type in org.jpmml.python
Methods in org.jpmml.python that return CompressedInputStreamStorage.Type Modifier and Type Method Description static CompressedInputStreamStorage.TypeCompressedInputStreamStorage. detectType(PushbackInputStream is)static CompressedInputStreamStorage.TypeCompressedInputStreamStorage.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressedInputStreamStorage.Type[]CompressedInputStreamStorage.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-