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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuffer
writeTo(StringBuffer sb)
Write the class information to the given StringBuffer.
-
-
-
Method Detail
-
writeTo
StringBuffer writeTo(StringBuffer sb)
Write the class information to the given StringBuffer.- Parameters:
sb
- Where to write the data.- Returns:
- The same StringBuffer.
-
-