public class PumpReader extends Reader
Constructor and Description |
---|
PumpReader() |
PumpReader(int bufferSize) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
InputStream |
createInputStream(Charset charset) |
Writer |
getWriter() |
int |
read() |
int |
read(char[] cbuf,
int off,
int len) |
int |
read(CharBuffer target) |
boolean |
ready() |
public Writer getWriter()
public InputStream createInputStream(Charset charset)
public int available()
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class Reader
IOException
public int read(CharBuffer target) throws IOException
read
in interface Readable
read
in class Reader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.