public interface Provider
int read(char[] buffer,
int offset,
int len)
throws IOException
buffer - Destination bufferoffset - Offset at which to start storing characterslength - The maximum possible number of characters to readIOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.