org.ejtools.archive.io
Interface Reader

All Known Implementing Classes:
StreamReader

public interface Reader

Interface that describe a Reader used to build Archive and Entry. Use the Visitor Pattern.

Version:
$Revision: 1.2 $
Author:
Laurent Etiemble

Method Summary
 void visit(Archive archive)
          Visit an archive.
 void visit(Entry entry)
          Visit an entry.
 

Method Detail

visit

public void visit(Archive archive)
Visit an archive.

Parameters:
archive - The archive to visit

visit

public void visit(Entry entry)
Visit an entry.

Parameters:
entry - The entry to visit


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.