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, skipBytes
available, close, mark, markSupported, read, reset, skip
public ByteCodeInputStream(java.io.InputStream in)
in
- the input stream.public int getBytesRead()
ByteCodeInput
getBytesRead
in interface ByteCodeInput