Package org.objectweb.asm.test
Class ClassFile.Parser
- java.lang.Object
-
- org.objectweb.asm.test.ClassFile.Parser
-
- Enclosing class:
- ClassFile
private static class ClassFile.Parser extends java.lang.ObjectA simple byte array parser. The method names reflect the type names used in the Java Virtual Machine Specification for ease of reference.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.DataInputStreamdataInputStream
-
Constructor Summary
Constructors Constructor Description Parser(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) byte[]bytes(int length)(package private) ints1()(package private) ints2()(package private) longs8()(package private) intu1()(package private) intu2()(package private) intu4()(package private) java.lang.Stringutf8()
-
-
-
Method Detail
-
u1
int u1() throws java.io.IOException
- Throws:
java.io.IOException
-
s1
int s1() throws java.io.IOException
- Throws:
java.io.IOException
-
u2
int u2() throws java.io.IOException
- Throws:
java.io.IOException
-
s2
int s2() throws java.io.IOException
- Throws:
java.io.IOException
-
u4
int u4() throws java.io.IOException
- Throws:
java.io.IOException
-
s8
long s8() throws java.io.IOException
- Throws:
java.io.IOException
-
utf8
java.lang.String utf8() throws java.io.IOException- Throws:
java.io.IOException
-
bytes
byte[] bytes(int length) throws java.io.IOException- Throws:
java.io.IOException
-
-