class jdk.internal.module.ModuleInfo$DataInputWrapper implements java.io.DataInput
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.internal.module.ModuleInfo$DataInputWrapper
super_class: java.lang.Object
{
private final java.nio.ByteBuffer bb;
descriptor: Ljava/nio/ByteBuffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
0 3 1 bb Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
bb
public void readFully(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual jdk.internal.module.ModuleInfo$DataInputWrapper.readFully:([BII)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
0 2 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public void readFully(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: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
aload 1
iload 2
iload 3
invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
pop
1: goto 4
StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
2: astore 4
start local 4 3: new java.io.EOFException
dup
aload 4
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 4 4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
0 5 1 b [B
0 5 2 off I
0 5 3 len I
3 4 4 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
public int skipBytes(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.remaining:()I
invokestatic java.lang.Math.min:(II)I
istore 2
start local 2 1: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.position:()I
iload 2
iadd
invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
pop
2: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
0 3 1 n I
1 3 2 skip I
MethodParameters:
Name Flags
n
public boolean readBoolean();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.get:()B
istore 1
start local 1 1: iload 1
ifeq 2
iconst_1
ireturn
StackMap locals: int
StackMap stack:
2: iconst_0
3: ireturn
end local 1 4: StackMap locals: jdk.internal.module.ModuleInfo$DataInputWrapper
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 5: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
1 4 1 ch I
5 6 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 3 4 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public byte readByte();
descriptor: ()B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.get:()B
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public int readUnsignedByte();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.get:()B
sipush 255
iand
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public short readShort();
descriptor: ()S
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getShort:()S
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public int readUnsignedShort();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getShort:()S
ldc 65535
iand
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public char readChar();
descriptor: ()C
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getChar:()C
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public int readInt();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getInt:()I
1: ireturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public long readLong();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getLong:()J
1: lreturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public float readFloat();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getFloat:()F
1: freturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public double readDouble();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield jdk.internal.module.ModuleInfo$DataInputWrapper.bb:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.getDouble:()D
1: dreturn
2: StackMap locals:
StackMap stack: java.nio.BufferUnderflowException
astore 1
start local 1 3: new java.io.EOFException
dup
aload 1
invokevirtual java.nio.BufferUnderflowException.getMessage:()Ljava/lang/String;
invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
3 4 1 e Ljava/nio/BufferUnderflowException;
Exception table:
from to target type
0 1 2 Class java.nio.BufferUnderflowException
Exceptions:
throws java.io.IOException
public java.lang.String readLine();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.RuntimeException
dup
ldc "not implemented"
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
public java.lang.String readUTF();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic java.io.DataInputStream.readUTF:(Ljava/io/DataInput;)Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljdk/internal/module/ModuleInfo$DataInputWrapper;
Exceptions:
throws java.io.IOException
}
SourceFile: "ModuleInfo.java"
NestHost: jdk.internal.module.ModuleInfo
InnerClasses:
private DataInputWrapper = jdk.internal.module.ModuleInfo$DataInputWrapper of jdk.internal.module.ModuleInfo