-
- All Implemented Interfaces:
-
java.io.DataOutput
public interface ByteCodeOutput implements DataOutput
Extends DataOutput to accommodate for a method to retrieve the number of bytes written.
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetBytesWritten()Get the number of bytes written. -
Methods inherited from class java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBytesWritten
abstract Integer getBytesWritten()
Get the number of bytes written.
-
-
-
-