-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.DataInput,java.lang.AutoCloseable,org.gjt.jclasslib.io.ByteCodeInput
public final class ByteCodeInputStream extends DataInputStream implements ByteCodeInput
DataInputStream which extends ByteCodeInput.
-
-
Constructor Summary
Constructors Constructor Description ByteCodeInputStream(InputStream input)
-
Method Summary
Modifier and Type Method Description IntegergetBytesRead()Get the number of bytes read. -
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip -
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUTF, readUnsignedByte, readUnsignedShort, skipBytes -
Methods inherited from class java.io.InputStream
readAllBytes, readNBytes, readNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ByteCodeInputStream
ByteCodeInputStream(InputStream input)
-
-
Method Detail
-
getBytesRead
Integer getBytesRead()
Get the number of bytes read.
-
-
-
-