private static class ClassDump.Parser
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.io.DataInputStream |
dataInputStream |
Constructor and Description |
---|
Parser(byte[] data) |
Modifier and Type | Method and Description |
---|---|
(package private) byte[] |
bytes(int length) |
(package private) int |
s1() |
(package private) int |
s2() |
(package private) long |
s8() |
(package private) int |
u1() |
(package private) int |
u2() |
(package private) int |
u4() |
(package private) java.lang.String |
utf8() |
int u1() throws java.io.IOException
java.io.IOException
int s1() throws java.io.IOException
java.io.IOException
int u2() throws java.io.IOException
java.io.IOException
int s2() throws java.io.IOException
java.io.IOException
int u4() throws java.io.IOException
java.io.IOException
long s8() throws java.io.IOException
java.io.IOException
java.lang.String utf8() throws java.io.IOException
java.io.IOException
byte[] bytes(int length) throws java.io.IOException
java.io.IOException