public interface Provider extends Closeable
| Modifier and Type | Method and Description |
|---|---|
int |
read(char[] aDest,
int nOfs,
int nLen)
Reads characters into an array
|
int read(char[] aDest,
int nOfs,
int nLen)
throws IOException
aDest - Destination buffer. May not be null.nOfs - Offset at which to start storing characters. Must be ≥ 0.nLen - The maximum possible number of characters to read. Must be ≥ 0.IOException - if reading failsCopyright © 2007–2025. All rights reserved.