All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.util.ByteSequence
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.io.DataInputStream
|
+----espresso.classfile.util.ByteSequence
- public class ByteSequence
- extends DataInputStream
Utility class that implements a sequence of bytes which can be read
via the `readByte()' method. This is used to implement a wrapper for the
Java byte code stream to gain some more readability.
-
byte_stream
-
-
ByteSequence(byte[])
-
-
getByte()
-
-
getIndex()
-
byte_stream
private ByteArrayStream byte_stream
ByteSequence
public ByteSequence(byte bytes[])
getByte
byte getByte() throws IOException
getIndex
public final int getIndex()
All Packages Class Hierarchy This Package Previous Next Index