Package io.deephaven.lang.generated
Class StringProvider
java.lang.Object
io.deephaven.lang.generated.StringProvider
- All Implemented Interfaces:
Provider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringProvider
-
-
Method Details
-
read
Description copied from interface:ProviderReads characters into an array- Specified by:
readin interfaceProvider- Parameters:
cbuf- Destination bufferoff- Offset at which to start storing characterslen- The maximum possible number of characters to read- Returns:
- The number of characters read, or -1 if all read
- Throws:
IOException
-
close
Description copied from interface:ProviderCloses the stream and releases any system resources associated with it.- Specified by:
closein interfaceProvider- Throws:
IOException
-