Package io.deephaven.lang.generated
Class StringProvider
- java.lang.Object
-
- io.deephaven.lang.generated.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
-
-