net.sf.jdiskcatalog.api
Interface DocumentReader

All Known Implementing Classes:
GzipReader, XmlReader

public interface DocumentReader

Reads a document from the given input stream.

Version:
$Id$
Author:
Przemek Więch

Method Summary
 Document read(java.io.InputStream stream)
           
 

Method Detail

read

Document read(java.io.InputStream stream)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.