Interface StringWritable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.StringBuffer writeTo​(java.lang.StringBuffer sb)
      Write the class information to the given StringBuffer.
    • Method Detail

      • writeTo

        java.lang.StringBuffer writeTo​(java.lang.StringBuffer sb)
        Write the class information to the given StringBuffer.
        Parameters:
        sb - Where to write the data.
        Returns:
        The same StringBuffer.