ProGuard

proguard.io
Class JarReader

java.lang.Object
  extended byproguard.io.JarReader
All Implemented Interfaces:
DataEntryReader

public class JarReader
extends Object
implements DataEntryReader

This DataEntryReader lets a given DataEntryReader read all data entries of the read jar/war/zip data entries.


Constructor Summary
JarReader(DataEntryReader dataEntryReader)
          Creates a new JarReader.
 
Method Summary
 void read(DataEntry dataEntry)
          Reads the given data entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarReader

public JarReader(DataEntryReader dataEntryReader)
Creates a new JarReader.

Method Detail

read

public void read(DataEntry dataEntry)
          throws IOException
Description copied from interface: DataEntryReader
Reads the given data entry.

Specified by:
read in interface DataEntryReader
Throws:
IOException

ProGuard