Package org.jpmml.python
Class NullProvider
- java.lang.Object
-
- org.jpmml.python.NullProvider
-
-
Constructor Summary
Constructors Constructor Description NullProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Closes the stream and releases any system resources associated with it.intread(char[] buffer, int offset, int length)Reads characters into an array
-
-
-
Method Detail
-
read
public int read(char[] buffer, int offset, int length)Description copied from interface:ProviderReads characters into an array
-
-