| Constructor and Description |
|---|
StreamProvider(InputStream stream) |
StreamProvider(InputStream stream,
String charsetName) |
StreamProvider(Reader reader) |
public StreamProvider(Reader reader)
public StreamProvider(InputStream stream) throws IOException
IOExceptionpublic StreamProvider(InputStream stream, String charsetName) throws IOException
IOExceptionpublic int read(char[] buffer,
int off,
int len)
throws IOException
Providerread in interface Providerbuffer - Destination bufferoff - Offset at which to start storing charactersIOExceptionpublic void close()
throws IOException
Providerclose in interface ProviderIOExceptionCopyright © 2017. All Rights Reserved.