public class MonitoredReader extends Reader
| Constructor and Description |
|---|
MonitoredReader(Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getTotalRead() |
int |
read(char[] cbuf,
int off,
int len) |
public MonitoredReader(Reader reader)
public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic long getTotalRead()
Copyright © 2019 WSO2. All rights reserved.