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:
- java.io.Closeable, java.io.DataInput, java.lang.AutoCloseable
public final class ByteSequence extends java.io.DataInputStreamUtility 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.
-
-
Constructor Summary
Constructors Constructor and Description ByteSequence(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetIndex()-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG