public class IdleRewriter extends java.lang.Object implements DataEntryReader
DataEntryReader
reads data entries and requests their corresponding
output streams from a given DataEntryWriter
, without actually using the
output stream. This approach correctly accounts for any filtering of the
classes to output archives.Constructor and Description |
---|
IdleRewriter(DataEntryWriter dataEntryWriter) |
Modifier and Type | Method and Description |
---|---|
void |
read(DataEntry dataEntry)
Reads the given data entry.
|
public IdleRewriter(DataEntryWriter dataEntryWriter)
public void read(DataEntry dataEntry) throws java.io.IOException
DataEntryReader
read
in interface DataEntryReader
java.io.IOException