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.

Version: $Id: ByteSequence.java 152690 2001-10-29 19:59:54Z jvanzyl $

Author: M. Dahm

Constructor Summary
ByteSequence(byte[] bytes)
Method Summary
intgetIndex()

Constructor Detail

ByteSequence

public ByteSequence(byte[] bytes)

Method Detail

getIndex

public final int getIndex()