Uses of Class
org.xins.logdoc.LogdocStringBuffer

Packages that use LogdocStringBuffer
org.xins.common.collections Collection-related utility classes. 
org.xins.logdoc Logdoc-supporting classes. 
 

Uses of LogdocStringBuffer in org.xins.common.collections
 

Methods in org.xins.common.collections with parameters of type LogdocStringBuffer
static void PropertyReaderUtils.serialize(PropertyReader properties, LogdocStringBuffer buffer)
          Serializes the specified PropertyReader for Logdoc.
 

Uses of LogdocStringBuffer in org.xins.logdoc
 

Methods in org.xins.logdoc with parameters of type LogdocStringBuffer
 void AbstractLogdocSerializable.serialize(LogdocStringBuffer buffer)
          Serializes this object for logging to the specified string buffer (wrapper method).
 void LogdocSerializable.serialize(LogdocStringBuffer buffer)
          Serializes this object for logging to the specified string buffer.
static void LogdocHexConverter.toHexString(LogdocStringBuffer buffer, int n)
          Converts the specified int to unsigned number and appends it to the specified string buffer.
static void LogdocHexConverter.toHexString(LogdocStringBuffer buffer, long n)
          Converts the specified long to unsigned number and appends it to the specified string buffer.
 



See http://www.xins.org/.