All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.util.ByteSequence
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----java.io.DataInputStream
|
+----de.fub.bytecode.util.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,v 1.4 1999/05/04 13:15:02 dahm Exp $
- Author:
- M. Dahm
-
ByteSequence(byte[])
-
-
getIndex()
-
ByteSequence
public ByteSequence(byte bytes[])
getIndex
public final int getIndex()
All Packages Class Hierarchy This Package Previous Next Index