public class ByteCodeInputStream extends java.io.DataInputStream implements ByteCodeInput
| Constructor and Description |
|---|
ByteCodeInputStream(java.io.InputStream in)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBytesRead()
Get the number of bytes read.
|
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic ByteCodeInputStream(java.io.InputStream in)
in - the input stream.public int getBytesRead()
ByteCodeInputgetBytesRead in interface ByteCodeInput