public class DefaultFullContentDigester.FilterStreamReader extends FilterReader
in| Modifier | Constructor and Description |
|---|---|
|
FilterStreamReader(InputStream stream,
int maxDigestSize) |
protected |
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 FilterStreamReader(Reader arg0)
public 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.