All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class DE.fub.inf.JVM.Util.ByteSequence

java.lang.Object
   |
   +----DE.fub.inf.JVM.Util.ByteSequence

public final class ByteSequence
extends Object
Utility class that implements a sequence of bytes which can be read via the `getByte()' method . This is simply a wrapper for the Java byte code stream to gain some more readability.


Constructor Index

 o ByteSequence(byte[])

Method Index

 o available()
 o getByte()
 o getIndex()
 o readByte()
 o reset()

Constructors

 o ByteSequence
 public ByteSequence(byte bytes[])

Methods

 o available
 public final int available()
 o getByte
 public final byte getByte()
 o getIndex
 public final int getIndex()
 o readByte
 public final byte readByte()
 o reset
 public final void reset()

All Packages  Class Hierarchy  This Package  Previous  Next  Index