Package com.ongres.scram.common.util
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 java.lang.StringBuffer
writeTo(java.lang.StringBuffer sb)
Write the class information to the given StringBuffer.
-