Interface StringWritable

All Known Subinterfaces:
CharAttributeValue
All Known Implementing Classes:
AbstractCharAttributeValue, AbstractStringWritable, ClientFinalMessage, ClientFirstMessage, Gs2AttributeValue, Gs2Header, ScramAttributeValue, ServerFinalMessage, ServerFirstMessage

public interface StringWritable
Interface to denote classes which can write to a StringBuffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    Write the class information to the given StringBuffer.
  • Method Details

    • writeTo

      Write the class information to the given StringBuffer.
      Parameters:
      sb - Where to write the data.
      Returns:
      The same StringBuffer.