org.apache.bcel.util
Class ByteSequence
public final
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.
public ByteSequence(byte[] bytes)
public final int getIndex()