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 StringWritableInterface to denote classes which can write to a StringBuffer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringBufferwriteTo(java.lang.StringBuffer sb)Write the class information to the given StringBuffer.
-