org.apache.bcel.util
Class ByteSequence
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
org.apache.bcel.util.ByteSequence
- All Implemented Interfaces:
- Closeable, DataInput
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 386056 2006-03-15 11:31:56Z tcurdt $
Methods inherited from class java.io.DataInputStream |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteSequence
public ByteSequence(byte[] bytes)
getIndex
public final int getIndex()
Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.