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 0: aload 0
invokespecial java.io.OutputStream.<init>:()V
1: aload 0
lconst_0
putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
2: return
end local 0 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 start local 1 0: aload 0
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: return
end local 1 end local 0 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 start local 1 0: aload 0
dup
getfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
aload 1
arraylength
i2l
ladd
putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
1: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
dup
getfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
iload 3
i2l
ladd
putfield org.springframework.http.converter.xml.SourceHttpMessageConverter$CountingOutputStream.count:J
1: return
end local 3 end local 2 end local 1 end local 0 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