Package io.deephaven.lang.generated
Interface Provider
- All Known Implementing Classes:
StreamProvider
,StringProvider
public interface Provider
-
Method Summary
-
Method Details
-
read
Reads characters into an array- Parameters:
buffer
- Destination bufferoffset
- 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
Closes the stream and releases any system resources associated with it.- Throws:
IOException
-