| 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
read in interface ProviderIOExceptionpublic void close()
throws IOException
close in interface ProviderIOExceptionCopyright © 2017 The University of Manchester. All rights reserved.