Package proguard.io

Class ManifestRewriter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void copyData​(java.io.Reader reader, java.io.Writer writer)
      Copies all data that it can read from the given reader to the given writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManifestRewriter

        public ManifestRewriter​(ClassPool classPool,
                                java.nio.charset.Charset charset,
                                DataEntryWriter dataEntryWriter)
        Creates a new ManifestRewriter.
    • Method Detail

      • copyData

        protected void copyData​(java.io.Reader reader,
                                java.io.Writer writer)
                         throws java.io.IOException
        Description copied from class: DataEntryRewriter
        Copies all data that it can read from the given reader to the given writer.
        Overrides:
        copyData in class DataEntryRewriter
        Throws:
        java.io.IOException