class jdk.jshell.execution.PipeInputStream$1 extends java.io.OutputStream
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.jshell.execution.PipeInputStream$1
super_class: java.io.OutputStream
{
final jdk.jshell.execution.PipeInputStream this$0;
descriptor: Ljdk/jshell/execution/PipeInputStream;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(jdk.jshell.execution.PipeInputStream);
descriptor: (Ljdk/jshell/execution/PipeInputStream;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
aload 0
invokespecial java.io.OutputStream.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/jshell/execution/PipeInputStream$1;
MethodParameters:
Name Flags
this$0 final
public void write(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
iload 1
invokevirtual jdk.jshell.execution.PipeInputStream.write:(I)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/PipeInputStream$1;
0 2 1 b I
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=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iconst_0
istore 4
start local 4 1: goto 4
2: StackMap locals: int
StackMap stack:
aload 0
aload 1
iload 2
iload 4
iadd
baload
invokestatic java.lang.Byte.toUnsignedInt:(B)I
invokevirtual jdk.jshell.execution.PipeInputStream$1.write:(I)V
3: iinc 4 1
StackMap locals:
StackMap stack:
4: iload 4
iload 3
if_icmplt 2
end local 4 5: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/jshell/execution/PipeInputStream$1;
0 6 1 b [B
0 6 2 off I
0 6 3 len I
1 5 4 i I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield jdk.jshell.execution.PipeInputStream$1.this$0:Ljdk/jshell/execution/PipeInputStream;
invokevirtual jdk.jshell.execution.PipeInputStream.close:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/jshell/execution/PipeInputStream$1;
Exceptions:
throws java.io.IOException
}
SourceFile: "PipeInputStream.java"
EnclosingMethod: jdk.jshell.execution.PipeInputStream.createOutput:()Ljava/io/OutputStream;
NestHost: jdk.jshell.execution.PipeInputStream
InnerClasses:
jdk.jshell.execution.PipeInputStream$1