Uses of Interface
org.ejtools.archive.io.Writer

Packages that use Writer
org.ejtools.archive Provides a simple API to read/write/browse archive (nested or not). 
org.ejtools.archive.io Provides the underlying read and write operation for the Archive IO system (Stream and File based). 
 

Uses of Writer in org.ejtools.archive
 

Methods in org.ejtools.archive with parameters of type Writer
 void JarEntry.accept(Writer visitor)
          Visitor Pattern method to accept a Writer visitor
 void JarArchive.accept(Writer visitor)
          Visitor Pattern method to accept a Writer visitor
 void Entry.accept(Writer visitor)
          Visitor Pattern method to accept a Writer visitor
 

Uses of Writer in org.ejtools.archive.io
 

Classes in org.ejtools.archive.io that implement Writer
 class DirectoryWriter
          Writer implementation based on file-system directory.
 class FileWriter
          Writer implementation based on a File.
 class StreamWriter
          Writer implementation based on stream.
 



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