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