Package org.apache.commons.jexl3.parser
Class StringProvider
- java.lang.Object
-
- org.apache.commons.jexl3.parser.StringProvider
-
-
Constructor Summary
Constructors Constructor Description StringProvider(java.lang.String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
Closes the stream and releases any system resources associated with it.int
read(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.IOException
Description copied from interface:Provider
Reads characters into an array
-
-