Class ProGuardReader

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class ProGuardReader
    extends org.cadixdev.lorenz.io.TextMappingsReader
    An implementation of MappingsReader for the ProGuard format.
    Since:
    0.5.1
    • Field Summary

      • Fields inherited from class org.cadixdev.lorenz.io.TextMappingsReader

        processor, reader
    • Constructor Summary

      Constructors 
      Constructor Description
      ProGuardReader​(java.io.Reader reader)  
    • Method Summary

      • Methods inherited from class org.cadixdev.lorenz.io.TextMappingsReader

        close, read
      • Methods inherited from class org.cadixdev.lorenz.io.MappingsReader

        read
      • Methods inherited from class java.lang.Object

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

      • ProGuardReader

        public ProGuardReader​(java.io.Reader reader)