Interface Dumpable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDumpId()
      Returns a unique dump id for this object.
      void readContent​(java.io.DataInput in)
      Read the content of this object from the stream.
      void writeContent​(java.io.DataOutput out)
      Write the content of this object to the stream.
    • Method Detail

      • getDumpId

        int getDumpId()
        Returns a unique dump id for this object.
        Returns:
        unique dump id
      • writeContent

        void writeContent​(java.io.DataOutput out)
                   throws java.io.IOException
        Write the content of this object to the stream.
        Parameters:
        out - output stream
        Throws:
        java.io.IOException - if an error occurs
      • readContent

        void readContent​(java.io.DataInput in)
                  throws java.io.IOException
        Read the content of this object from the stream.
        Parameters:
        in - input stream
        Throws:
        java.io.IOException - if an error occurs