| Package | Description |
|---|---|
| proguard |
This package contains the main ProGuard application.
|
| proguard.io |
This package contains classes to read and write files, optionally wrapped in
jars, wars, ears, zips, directories,...
|
| Class and Description |
|---|
| DataEntryReader
This interface provides methods for reading data entries.
|
| DataEntryWriter
This interface provides methods for writing data entries, such as ZIP entries
or files.
|
| Class and Description |
|---|
| DataEntry
This interface describes a data entry, e.g.
|
| DataEntryCopier
This DataEntryReader writes the ZIP entries and files that it reads to a
given DataEntryWriter.
|
| DataEntryFilter
This interface provides a method to filter data entries.
|
| DataEntryPump
This interface provides a method to pump data entries.
|
| DataEntryReader
This interface provides methods for reading data entries.
|
| DataEntryRewriter
This DataEntryReader writes the resource data entries that it reads to a
given DataEntryWriter, updating their contents based on the renamed classes
in the given ClassPool.
|
| DataEntryWriter
This interface provides methods for writing data entries, such as ZIP entries
or files.
|
| FilteredDataEntryReader
This DataEntryReader delegates to one of two other DataEntryReader instances,
depending on whether the data entry passes through a given data entry filter
or not.
|
| Finisher
This interface specifies a listener that is called to finish an output stream
before it is closed.
|
Copyright © 2015. All Rights Reserved.