Package org.jpmml.python
Class StringProvider
- java.lang.Object
-
- org.jpmml.python.StringProvider
-
-
Constructor Summary
Constructors Constructor Description StringProvider(java.lang.String string)
-
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[] cbuf, int off, int len)Reads characters into an array
-
-
-
Method Detail
-
read
public int read(char[] cbuf, int off, int len) throws java.io.IOExceptionDescription copied from interface:ProviderReads characters into an array
-
-