public class ProgressReader extends Reader
| Modifier and Type | Field and Description | 
|---|---|
protected ProgressMonitor | 
delegateProgress
Progress monitor notified. 
 | 
protected Reader | 
delegateReader
Delegate reader 
 | 
| Constructor and Description | 
|---|
ProgressReader(Reader delegateReader,
              ProgressMonitor delegateProgress)  | 
protected Reader delegateReader
protected ProgressMonitor delegateProgress
public ProgressReader(Reader delegateReader, ProgressMonitor delegateProgress)
public int read(char[] cbuf,
       int off,
       int len)
         throws IOException
read in class ReaderIOExceptionpublic int read(CharBuffer target) throws IOException
read in interface Readableread in class ReaderIOExceptionpublic int read()
         throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf)
         throws IOException
read in class ReaderIOExceptionpublic long skip(long n)
          throws IOException
skip in class ReaderIOExceptionpublic boolean ready()
              throws IOException
ready in class ReaderIOExceptionpublic boolean markSupported()
markSupported in class Readerpublic void mark(int readAheadLimit)
          throws IOException
mark in class ReaderIOExceptionpublic void reset()
           throws IOException
reset in class ReaderIOExceptionpublic void close()
           throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2010–2015 Ifremer. All rights reserved.