org.imemex.idm.readers
Class AllButGroupReader

java.lang.Object
  extended by java.io.Reader
      extended by org.imemex.idm.readers.AbstractConcatenatingReader
          extended by org.imemex.idm.readers.AllButGroupReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class AllButGroupReader
extends AbstractConcatenatingReader

A concatenating reader over an index view which reads name, tuple and content. The components are separated by space.

Author:
Lukas Blunschi

Constructor Summary
AllButGroupReader(ResourceView input)
           
 
Method Summary
 void close()
           
 
Methods inherited from class org.imemex.idm.readers.AbstractConcatenatingReader
read
 
Methods inherited from class java.io.Reader
mark, markSupported, read, read, read, ready, reset, skip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllButGroupReader

public AllButGroupReader(ResourceView input)
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface java.io.Closeable
Overrides:
close in class AbstractConcatenatingReader
Throws:
java.io.IOException