Class NoLogOutputStream

java.lang.Object
java.io.OutputStream
org.apache.commons.exec.LogOutputStream
edu.jiangxin.apktoolbox.utils.NoLogOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class NoLogOutputStream extends org.apache.commons.exec.LogOutputStream
  • Constructor Details

    • NoLogOutputStream

      public NoLogOutputStream()
  • Method Details

    • processLine

      protected void processLine(String line, int logLevel)
      Specified by:
      processLine in class org.apache.commons.exec.LogOutputStream