public class ByteCodeInputStream extends DataInputStream implements ByteCodeInput
in
Constructor and Description |
---|
ByteCodeInputStream(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
public ByteCodeInputStream(InputStream in)
in
- the input stream.public int getBytesRead()
ByteCodeInput
getBytesRead
in interface ByteCodeInput