public class org.apache.commons.io.output.BrokenOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.io.output.BrokenOutputStream
  super_class: java.io.OutputStream
{
  private final java.io.IOException exception;
    descriptor: Ljava/io/IOException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.io.output.BrokenOutputStream this
        start local 1 // java.io.IOException exception
         0: .line 43
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 44
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.apache.commons.io.output.BrokenOutputStream.exception:Ljava/io/IOException;
         2: .line 45
            return
        end local 1 // java.io.IOException exception
        end local 0 // org.apache.commons.io.output.BrokenOutputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/commons/io/output/BrokenOutputStream;
            0    3     1  exception  Ljava/io/IOException;
    MethodParameters:
           Name  Flags
      exception  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.io.output.BrokenOutputStream this
         0: .line 51
            aload 0 /* this */
            new java.io.IOException
            dup
            ldc "Broken output stream"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            invokespecial org.apache.commons.io.output.BrokenOutputStream.<init>:(Ljava/io/IOException;)V
         1: .line 52
            return
        end local 0 // org.apache.commons.io.output.BrokenOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/io/output/BrokenOutputStream;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.apache.commons.io.output.BrokenOutputStream this
        start local 1 // int b
         0: .line 62
            aload 0 /* this */
            getfield org.apache.commons.io.output.BrokenOutputStream.exception:Ljava/io/IOException;
            athrow
        end local 1 // int b
        end local 0 // org.apache.commons.io.output.BrokenOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/io/output/BrokenOutputStream;
            0    1     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.io.output.BrokenOutputStream this
         0: .line 72
            aload 0 /* this */
            getfield org.apache.commons.io.output.BrokenOutputStream.exception:Ljava/io/IOException;
            athrow
        end local 0 // org.apache.commons.io.output.BrokenOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/io/output/BrokenOutputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.io.output.BrokenOutputStream this
         0: .line 82
            aload 0 /* this */
            getfield org.apache.commons.io.output.BrokenOutputStream.exception:Ljava/io/IOException;
            athrow
        end local 0 // org.apache.commons.io.output.BrokenOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/io/output/BrokenOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "BrokenOutputStream.java"