Package 

Interface ByteCodeOutput

  • 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getBytesWritten() 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