public class DefaultFullContentDigester.FilterStreamReader extends FilterReader
in| Modifier | Constructor and Description |
|---|---|
|
DefaultFullContentDigester.FilterStreamReader(InputStream stream,
int maxDigestSize) |
protected |
DefaultFullContentDigester.FilterStreamReader(Reader arg0) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
int |
read(char[] buffer,
int start,
int end) |
mark, markSupported, ready, reset, skipprotected DefaultFullContentDigester.FilterStreamReader(Reader arg0)
public DefaultFullContentDigester.FilterStreamReader(InputStream stream, int maxDigestSize)
public int read()
throws IOException
read in class FilterReaderIOExceptionpublic int read(char[] buffer,
int start,
int end)
throws IOException
read in class FilterReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterReaderIOExceptionCopyright © 2003-2016 Sakai Project. All Rights Reserved.