org.sakaiproject.search.component.adapter.contenthosting
Class DefaultFullContentDigester.FilterStreamReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.sakaiproject.search.component.adapter.contenthosting.DefaultFullContentDigester.FilterStreamReader
- All Implemented Interfaces:
- Closeable, Readable
- Enclosing class:
- DefaultFullContentDigester
public class DefaultFullContentDigester.FilterStreamReader
- extends FilterReader
|
Method Summary |
void |
close()
|
int |
read()
|
int |
read(char[] buffer,
int start,
int end)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFullContentDigester.FilterStreamReader
protected DefaultFullContentDigester.FilterStreamReader(Reader arg0)
DefaultFullContentDigester.FilterStreamReader
public DefaultFullContentDigester.FilterStreamReader(InputStream stream,
int maxDigestSize)
read
public int read()
throws IOException
- Overrides:
read in class FilterReader
- Throws:
IOException
read
public int read(char[] buffer,
int start,
int end)
throws IOException
- Overrides:
read in class FilterReader
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterReader
- Throws:
IOException
Copyright © 2003-2012 Sakai Project. All Rights Reserved.