Package proguard.io

Class DataEntryClassWriter

java.lang.Object
proguard.io.DataEntryClassWriter
All Implemented Interfaces:
ClassVisitor

public class DataEntryClassWriter extends Object implements ClassVisitor
This ClassVisitor writes out the ProgramClass instances that it visits to the given DataEntry, modified to have the correct name.
  • Constructor Details

    • DataEntryClassWriter

      public DataEntryClassWriter(DataEntryWriter dataEntryWriter)
      Creates a new DataEntryClassWriter for writing to the given DataEntryWriter.
    • DataEntryClassWriter

      public DataEntryClassWriter(DataEntry templateDataEntry, DataEntryWriter dataEntryWriter)
      Creates a new DataEntryClassWriter for writing to the given DataEntryWriter, based on the given template DataEntry.
  • Method Details