class ch.qos.logback.core.joran.spi.ConsoleTarget$2 extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: ch.qos.logback.core.joran.spi.ConsoleTarget$2
  super_class: java.io.OutputStream
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
         0: .line 51
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
            return
        end local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/joran/spi/ConsoleTarget$2;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
        start local 1 // int b
         0: .line 54
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            iload 1 /* b */
            invokevirtual java.io.PrintStream.write:(I)V
         1: .line 55
            return
        end local 1 // int b
        end local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/joran/spi/ConsoleTarget$2;
            0    2     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
        start local 1 // byte[] b
         0: .line 59
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 1 /* b */
            invokevirtual java.io.PrintStream.write:([B)V
         1: .line 60
            return
        end local 1 // byte[] b
        end local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/joran/spi/ConsoleTarget$2;
            0    2     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 64
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual java.io.PrintStream.write:([BII)V
         1: .line 65
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/joran/spi/ConsoleTarget$2;
            0    2     1     b  [B
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
         0: .line 69
            getstatic java.lang.System.err:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         1: .line 70
            return
        end local 0 // ch.qos.logback.core.joran.spi.ConsoleTarget$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lch/qos/logback/core/joran/spi/ConsoleTarget$2;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ConsoleTarget.java"
EnclosingMethod: ch.qos.logback.core.joran.spi.ConsoleTarget
NestHost: ch.qos.logback.core.joran.spi.ConsoleTarget
InnerClasses:
  ch.qos.logback.core.joran.spi.ConsoleTarget$2