public class java.io.DataInputStream extends java.io.FilterInputStream implements java.io.DataInput
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: java.io.DataInputStream
super_class: java.io.FilterInputStream
{
private byte[] bytearr;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private char[] chararr;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
private byte[] readBuffer;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private char[] lineBuffer;
descriptor: [C
flags: (0x0002) ACC_PRIVATE
public void <init>(java.io.InputStream);
descriptor: (Ljava/io/InputStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
1: aload 0
bipush 80
newarray 8
putfield java.io.DataInputStream.bytearr:[B
2: aload 0
bipush 80
newarray 5
putfield java.io.DataInputStream.chararr:[C
3: aload 0
bipush 8
newarray 8
putfield java.io.DataInputStream.readBuffer:[B
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljava/io/DataInputStream;
0 5 1 in Ljava/io/InputStream;
MethodParameters:
Name Flags
in
public final int read(byte[]);
descriptor: ([B)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
aload 1
iconst_0
aload 1
arraylength
invokevirtual java.io.InputStream.read:([BII)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljava/io/DataInputStream;
0 1 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public final int read(byte[], int, int);
descriptor: ([BII)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
aload 1
iload 2
iload 3
invokevirtual java.io.InputStream.read:([BII)I
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljava/io/DataInputStream;
0 1 1 b [B
0 1 2 off I
0 1 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
public final void readFully(byte[]);
descriptor: ([B)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
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 java.io.DataInputStream.readFully:([BII)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljava/io/DataInputStream;
0 2 1 b [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
public final void readFully(byte[], int, int);
descriptor: ([BII)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: iload 3
ifge 2
1: new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
iconst_0
istore 4
start local 4 3: goto 8
4: StackMap locals: int
StackMap stack:
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
aload 1
iload 2
iload 4
iadd
iload 3
iload 4
isub
invokevirtual java.io.InputStream.read:([BII)I
istore 5
start local 5 5: iload 5
ifge 7
6: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
7: StackMap locals: int
StackMap stack:
iload 4
iload 5
iadd
istore 4
end local 5 8: StackMap locals:
StackMap stack:
iload 4
iload 3
if_icmplt 4
9: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljava/io/DataInputStream;
0 10 1 b [B
0 10 2 off I
0 10 3 len I
3 10 4 n I
5 8 5 count I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
off
len
public final int skipBytes(int);
descriptor: (I)I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 4
3: StackMap locals: int int
StackMap stack:
iload 2
iload 3
iadd
istore 2
4: StackMap locals:
StackMap stack:
iload 2
iload 1
if_icmpge 5
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
iload 1
iload 2
isub
i2l
invokevirtual java.io.InputStream.skip:(J)J
l2i
dup
istore 3
ifgt 3
5: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljava/io/DataInputStream;
0 6 1 n I
1 6 2 total I
2 6 3 cur I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
n
public final boolean readBoolean();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: iload 1
ifge 3
2: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
3: StackMap locals: int
StackMap stack:
iload 1
ifeq 4
iconst_1
ireturn
StackMap locals:
StackMap stack:
4: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljava/io/DataInputStream;
1 5 1 ch I
Exceptions:
throws java.io.IOException
public final byte readByte();
descriptor: ()B
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: iload 1
ifge 3
2: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
3: StackMap locals: int
StackMap stack:
iload 1
i2b
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljava/io/DataInputStream;
1 4 1 ch I
Exceptions:
throws java.io.IOException
public final int readUnsignedByte();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: iload 1
ifge 3
2: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
3: StackMap locals: int
StackMap stack:
iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljava/io/DataInputStream;
1 4 1 ch I
Exceptions:
throws java.io.IOException
public final short readShort();
descriptor: ()S
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 2
start local 2 2: iload 1
iload 2
ior
ifge 4
3: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
4: StackMap locals: int int
StackMap stack:
iload 1
bipush 8
ishl
iload 2
iconst_0
ishl
iadd
i2s
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljava/io/DataInputStream;
1 5 1 ch1 I
2 5 2 ch2 I
Exceptions:
throws java.io.IOException
public final int readUnsignedShort();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 2
start local 2 2: iload 1
iload 2
ior
ifge 4
3: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
4: StackMap locals: int int
StackMap stack:
iload 1
bipush 8
ishl
iload 2
iconst_0
ishl
iadd
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljava/io/DataInputStream;
1 5 1 ch1 I
2 5 2 ch2 I
Exceptions:
throws java.io.IOException
public final char readChar();
descriptor: ()C
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 2
start local 2 2: iload 1
iload 2
ior
ifge 4
3: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
4: StackMap locals: int int
StackMap stack:
iload 1
bipush 8
ishl
iload 2
iconst_0
ishl
iadd
i2c
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Ljava/io/DataInputStream;
1 5 1 ch1 I
2 5 2 ch2 I
Exceptions:
throws java.io.IOException
public final int readInt();
descriptor: ()I
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=5, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 1
start local 1 1: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 2
start local 2 2: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 3
start local 3 3: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 4
start local 4 4: iload 1
iload 2
ior
iload 3
ior
iload 4
ior
ifge 6
5: new java.io.EOFException
dup
invokespecial java.io.EOFException.<init>:()V
athrow
6: StackMap locals: java.io.DataInputStream int int int int
StackMap stack:
iload 1
bipush 24
ishl
iload 2
bipush 16
ishl
iadd
iload 3
bipush 8
ishl
iadd
iload 4
iconst_0
ishl
iadd
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljava/io/DataInputStream;
1 7 1 ch1 I
2 7 2 ch2 I
3 7 3 ch3 I
4 7 4 ch4 I
Exceptions:
throws java.io.IOException
public final long readLong();
descriptor: ()J
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_0
bipush 8
invokevirtual java.io.DataInputStream.readFully:([BII)V
1: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_0
baload
i2l
bipush 56
lshl
2: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_1
baload
sipush 255
iand
i2l
bipush 48
lshl
3: ladd
4: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_2
baload
sipush 255
iand
i2l
bipush 40
lshl
5: ladd
6: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_3
baload
sipush 255
iand
i2l
bipush 32
lshl
7: ladd
8: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_4
baload
sipush 255
iand
i2l
bipush 24
lshl
9: ladd
10: aload 0
getfield java.io.DataInputStream.readBuffer:[B
iconst_5
baload
sipush 255
iand
bipush 16
ishl
i2l
11: ladd
12: aload 0
getfield java.io.DataInputStream.readBuffer:[B
bipush 6
baload
sipush 255
iand
bipush 8
ishl
i2l
13: ladd
14: aload 0
getfield java.io.DataInputStream.readBuffer:[B
bipush 7
baload
sipush 255
iand
iconst_0
ishl
i2l
15: ladd
lreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Ljava/io/DataInputStream;
Exceptions:
throws java.io.IOException
public final float readFloat();
descriptor: ()F
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual java.io.DataInputStream.readInt:()I
invokestatic java.lang.Float.intBitsToFloat:(I)F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljava/io/DataInputStream;
Exceptions:
throws java.io.IOException
public final double readDouble();
descriptor: ()D
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual java.io.DataInputStream.readLong:()J
invokestatic java.lang.Double.longBitsToDouble:(J)D
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljava/io/DataInputStream;
Exceptions:
throws java.io.IOException
public final java.lang.String readLine();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=6, args_size=1
start local 0 0: aload 0
getfield java.io.DataInputStream.lineBuffer:[C
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
sipush 128
newarray 5
dup_x1
putfield java.io.DataInputStream.lineBuffer:[C
astore 1
3: StackMap locals: char[]
StackMap stack:
aload 1
arraylength
istore 2
start local 2 4: iconst_0
istore 3
start local 3 5: StackMap locals: int int
StackMap stack:
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
dup
istore 4
start local 4 6: lookupswitch { // 3
-1: 7
10: 7
13: 8
default: 14
}
7: StackMap locals: int
StackMap stack:
goto 21
8: StackMap locals:
StackMap stack:
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokevirtual java.io.InputStream.read:()I
istore 5
start local 5 9: iload 5
bipush 10
if_icmpeq 21
iload 5
iconst_m1
if_icmpeq 21
10: aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
instanceof java.io.PushbackInputStream
ifne 12
11: aload 0
new java.io.PushbackInputStream
dup
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
invokespecial java.io.PushbackInputStream.<init>:(Ljava/io/InputStream;)V
putfield java.io.DataInputStream.in:Ljava/io/InputStream;
12: StackMap locals: int
StackMap stack:
aload 0
getfield java.io.DataInputStream.in:Ljava/io/InputStream;
checkcast java.io.PushbackInputStream
iload 5
invokevirtual java.io.PushbackInputStream.unread:(I)V
13: goto 21
end local 5 14: StackMap locals:
StackMap stack:
iinc 2 -1
iload 2
ifge 19
15: iload 3
sipush 128
iadd
newarray 5
astore 1
16: aload 1
arraylength
iload 3
isub
iconst_1
isub
istore 2
17: aload 0
getfield java.io.DataInputStream.lineBuffer:[C
iconst_0
aload 1
iconst_0
iload 3
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
18: aload 0
aload 1
putfield java.io.DataInputStream.lineBuffer:[C
19: StackMap locals:
StackMap stack:
aload 1
iload 3
iinc 3 1
iload 4
i2c
castore
end local 4 20: goto 5
start local 4 21: StackMap locals:
StackMap stack:
iload 4
iconst_m1
if_icmpne 23
iload 3
ifne 23
22: aconst_null
areturn
23: StackMap locals:
StackMap stack:
aload 1
iconst_0
iload 3
invokestatic java.lang.String.copyValueOf:([CII)Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Ljava/io/DataInputStream;
1 24 1 buf [C
4 24 2 room I
5 24 3 offset I
6 20 4 c I
21 24 4 c I
9 14 5 c2 I
Exceptions:
throws java.io.IOException
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public final java.lang.String readUTF();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
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 Ljava/io/DataInputStream;
Exceptions:
throws java.io.IOException
public static final java.lang.String readUTF(java.io.DataInput);
descriptor: (Ljava/io/DataInput;)Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
Code:
stack=5, locals=9, args_size=1
start local 0 0: aload 0
invokeinterface java.io.DataInput.readUnsignedShort:()I
istore 1
start local 1 1: aconst_null
astore 2
start local 2 2: aconst_null
astore 3
start local 3 3: aload 0
instanceof java.io.DataInputStream
ifeq 11
4: aload 0
checkcast java.io.DataInputStream
astore 4
start local 4 5: aload 4
getfield java.io.DataInputStream.bytearr:[B
arraylength
iload 1
if_icmpge 8
6: aload 4
iload 1
iconst_2
imul
newarray 8
putfield java.io.DataInputStream.bytearr:[B
7: aload 4
iload 1
iconst_2
imul
newarray 5
putfield java.io.DataInputStream.chararr:[C
8: StackMap locals: java.io.DataInput int byte[] char[] java.io.DataInputStream
StackMap stack:
aload 4
getfield java.io.DataInputStream.chararr:[C
astore 3
9: aload 4
getfield java.io.DataInputStream.bytearr:[B
astore 2
end local 4 10: goto 13
11: StackMap locals:
StackMap stack:
iload 1
newarray 8
astore 2
12: iload 1
newarray 5
astore 3
13: StackMap locals:
StackMap stack:
iconst_0
istore 7
start local 7 14: iconst_0
istore 8
start local 8 15: aload 0
aload 2
iconst_0
iload 1
invokeinterface java.io.DataInput.readFully:([BII)V
16: goto 21
17: StackMap locals: java.io.DataInput int byte[] char[] top top top int int
StackMap stack:
aload 2
iload 7
baload
sipush 255
iand
istore 4
start local 4 18: iload 4
bipush 127
if_icmple 19
goto 61
19: StackMap locals: java.io.DataInput int byte[] char[] int top top int int
StackMap stack:
iinc 7 1
20: aload 3
iload 8
iinc 8 1
iload 4
i2c
castore
end local 4 21: StackMap locals: java.io.DataInput int byte[] char[] top top top int int
StackMap stack:
iload 7
iload 1
if_icmplt 17
22: goto 61
23: StackMap locals:
StackMap stack:
aload 2
iload 7
baload
sipush 255
iand
istore 4
start local 4 24: iload 4
iconst_4
ishr
tableswitch { // 0 - 14
0: 25
1: 25
2: 25
3: 25
4: 25
5: 25
6: 25
7: 25
8: 58
9: 58
10: 58
11: 58
12: 28
13: 28
14: 42
default: 58
}
25: StackMap locals: java.io.DataInput int byte[] char[] int top top int int
StackMap stack:
iinc 7 1
26: aload 3
iload 8
iinc 8 1
iload 4
i2c
castore
27: goto 61
28: StackMap locals:
StackMap stack:
iinc 7 2
29: iload 7
iload 1
if_icmple 33
30: new java.io.UTFDataFormatException
dup
31: ldc "malformed input: partial character at end"
32: invokespecial java.io.UTFDataFormatException.<init>:(Ljava/lang/String;)V
athrow
33: StackMap locals:
StackMap stack:
aload 2
iload 7
iconst_1
isub
baload
istore 5
start local 5 34: iload 5
sipush 192
iand
sipush 128
if_icmpeq 38
35: new java.io.UTFDataFormatException
dup
36: new java.lang.StringBuilder
dup
ldc "malformed input around byte "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
37: invokespecial java.io.UTFDataFormatException.<init>:(Ljava/lang/String;)V
athrow
38: StackMap locals: java.io.DataInput int byte[] char[] int int top int int
StackMap stack:
aload 3
iload 8
iinc 8 1
iload 4
bipush 31
iand
bipush 6
ishl
39: iload 5
bipush 63
iand
ior
i2c
40: castore
41: goto 61
end local 5 42: StackMap locals: java.io.DataInput int byte[] char[] int top top int int
StackMap stack:
iinc 7 3
43: iload 7
iload 1
if_icmple 47
44: new java.io.UTFDataFormatException
dup
45: ldc "malformed input: partial character at end"
46: invokespecial java.io.UTFDataFormatException.<init>:(Ljava/lang/String;)V
athrow
47: StackMap locals:
StackMap stack:
aload 2
iload 7
iconst_2
isub
baload
istore 5
start local 5 48: aload 2
iload 7
iconst_1
isub
baload
istore 6
start local 6 49: iload 5
sipush 192
iand
sipush 128
if_icmpne 50
iload 6
sipush 192
iand
sipush 128
if_icmpeq 53
50: StackMap locals: java.io.DataInput int byte[] char[] int int int int int
StackMap stack:
new java.io.UTFDataFormatException
dup
51: new java.lang.StringBuilder
dup
ldc "malformed input around byte "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
iconst_1
isub
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
52: invokespecial java.io.UTFDataFormatException.<init>:(Ljava/lang/String;)V
athrow
53: StackMap locals:
StackMap stack:
aload 3
iload 8
iinc 8 1
iload 4
bipush 15
iand
bipush 12
ishl
54: iload 5
bipush 63
iand
bipush 6
ishl
ior
55: iload 6
bipush 63
iand
iconst_0
ishl
ior
i2c
56: castore
57: goto 61
end local 6 end local 5 58: StackMap locals: java.io.DataInput int byte[] char[] int top top int int
StackMap stack:
new java.io.UTFDataFormatException
dup
59: new java.lang.StringBuilder
dup
ldc "malformed input around byte "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 7
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
60: invokespecial java.io.UTFDataFormatException.<init>:(Ljava/lang/String;)V
athrow
end local 4 61: StackMap locals: java.io.DataInput int byte[] char[] top top top int int
StackMap stack:
iload 7
iload 1
if_icmplt 23
62: new java.lang.String
dup
aload 3
iconst_0
iload 8
invokespecial java.lang.String.<init>:([CII)V
areturn
end local 8 end local 7 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 63 0 in Ljava/io/DataInput;
1 63 1 utflen I
2 63 2 bytearr [B
3 63 3 chararr [C
5 10 4 dis Ljava/io/DataInputStream;
18 21 4 c I
24 61 4 c I
34 42 5 char2 I
48 58 5 char2 I
49 58 6 char3 I
14 63 7 count I
15 63 8 chararr_count I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
in
}
SourceFile: "DataInputStream.java"