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.
-
ByteSequence(byte[])
-
-
available()
-
-
getByte()
-
-
getIndex()
-
-
readByte()
-
-
reset()
-
ByteSequence
public ByteSequence(byte bytes[])
available
public final int available()
getByte
public final byte getByte()
getIndex
public final int getIndex()
readByte
public final byte readByte()
reset
public final void reset()
All Packages Class Hierarchy This Package Previous Next Index