class org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream
  super_class: java.io.OutputStream
{
  long count;
    descriptor: J
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
         0: .line 272
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 274
            aload 0 /* this */
            lconst_0
            putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
         2: .line 272
            return
        end local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/springframework/http/converter/xml/SourceHttpMessageConverter$CountingOutputStream;

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
        start local 1 // int b
         0: .line 278
            aload 0 /* this */
            dup
            getfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
            lconst_1
            ladd
            putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
         1: .line 279
            return
        end local 1 // int b
        end local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/converter/xml/SourceHttpMessageConverter$CountingOutputStream;
            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=5, locals=2, args_size=2
        start local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
        start local 1 // byte[] b
         0: .line 283
            aload 0 /* this */
            dup
            getfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
            aload 1 /* b */
            arraylength
            i2l
            ladd
            putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
         1: .line 284
            return
        end local 1 // byte[] b
        end local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/converter/xml/SourceHttpMessageConverter$CountingOutputStream;
            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=5, locals=4, args_size=4
        start local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 288
            aload 0 /* this */
            dup
            getfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
            iload 3 /* len */
            i2l
            ladd
            putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
         1: .line 289
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/http/converter/xml/SourceHttpMessageConverter$CountingOutputStream;
            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   
}
SourceFile: "SourceHttpMessageConverter.java"
NestHost: org.springframework.http.converter.xml.SourceHttpMessageConverter
InnerClasses:
  private CountingOutputStream = org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream of org.springframework.http.converter.xml.SourceHttpMessageConverter