org.sakaiproject.search.component.adapter.contenthosting
Class DefaultFullContentDigester.FilterStreamReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.FilterReader
          extended by org.sakaiproject.search.component.adapter.contenthosting.DefaultFullContentDigester.FilterStreamReader
All Implemented Interfaces:
Closeable, Readable
Enclosing class:
DefaultFullContentDigester

public class DefaultFullContentDigester.FilterStreamReader
extends FilterReader


Field Summary
 
Fields inherited from class java.io.FilterReader
in
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
  DefaultFullContentDigester.FilterStreamReader(InputStream stream, int maxDigestSize)
           
protected DefaultFullContentDigester.FilterStreamReader(Reader arg0)
           
 
Method Summary
 void close()
           
 int read()
           
 int read(char[] buffer, int start, int end)
           
 
Methods inherited from class java.io.FilterReader
mark, markSupported, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFullContentDigester.FilterStreamReader

protected DefaultFullContentDigester.FilterStreamReader(Reader arg0)

DefaultFullContentDigester.FilterStreamReader

public DefaultFullContentDigester.FilterStreamReader(InputStream stream,
                                                     int maxDigestSize)
Method Detail

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.