-
- All Implemented Interfaces:
-
java.io.DataInput
public interface ByteCodeInput implements DataInput
Extends DataInput to accommodate for a method to retrieve the number of bytes read.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetBytesRead()Get the number of bytes read. -
Methods inherited from class java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUTF, readUnsignedByte, readUnsignedShort, skipBytes -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBytesRead
abstract Integer getBytesRead()
Get the number of bytes read.
-
-
-
-