Class StringWritable

    • Constructor Summary

      Constructors 
      Constructor Description
      StringWritable()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract @NotNull java.lang.StringBuilder writeTo​(@NotNull java.lang.StringBuilder sb)
      Write the class information to the given StringBuffer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringWritable

        StringWritable()
    • Method Detail

      • writeTo

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