public final int getIndex()
Byte offset | Instruction | Argument |
---|---|---|
0 | aload_0 | |
1 | getfield | byte_stream:LDE/fub/inf/JVM/Util/ByteArrayStream; |
4 | invokevirtual | ByteArrayStream.getPosition:()I():int |
7 | ireturn | |
final void unreadByte()
Byte offset | Instruction | Argument |
---|---|---|
0 | aload_0 | |
1 | getfield | byte_stream:LDE/fub/inf/JVM/Util/ByteArrayStream; |
4 | invokevirtual | ByteArrayStream.unreadByte:()V():void |
7 | return | |
Byte offset | Instruction | Argument |
---|---|---|
0 | aload_0 | |
1 | new | ByteArrayStream |
4 | dup | |
5 | aload_1 | |
6 | invokespecial | ByteArrayStream.<init>:([B)V(byte):void |
9 | invokespecial | java.io.DataInputStream.<init>:(Ljava/io/InputStream;)V(java.io.InputStream):void |
12 | aload_0 | |
13 | aload_0 | |
14 | getfield | java.io.FilterInputStream.in:Ljava/io/InputStream; |
17 | checkcast | ByteArrayStream |
20 | putfield | byte_stream:LDE/fub/inf/JVM/Util/ByteArrayStream; |
23 | return | |