Uses of Class
org.xins.common.text.FastStringBuffer

Packages that use FastStringBuffer
org.xins.common.collections Collection-related utility classes. 
org.xins.common.io I/O-related utility classes. 
org.xins.common.text Text-related utility classes. 
 

Uses of FastStringBuffer in org.xins.common.collections
 

Methods in org.xins.common.collections with parameters of type FastStringBuffer
static void PropertyReaderUtils.serialize(PropertyReader properties, FastStringBuffer buffer, String valueIfEmpty)
          Serializes the specified PropertyReader to a FastStringBuffer.
 

Uses of FastStringBuffer in org.xins.common.io
 

Methods in org.xins.common.io that return FastStringBuffer
 FastStringBuffer FastStringWriter.getBuffer()
          Returns the underlying string buffer itself.
 

Uses of FastStringBuffer in org.xins.common.text
 

Methods in org.xins.common.text with parameters of type FastStringBuffer
static void HexConverter.toHexString(FastStringBuffer buffer, byte n)
          Converts the specified byte to unsigned number and appends it to the specified string buffer.
static void HexConverter.toHexString(FastStringBuffer buffer, short n)
          Converts the specified short to unsigned number and appends it to the specified string buffer.
static void HexConverter.toHexString(FastStringBuffer buffer, char n)
          Converts the specified char to unsigned number and appends it to the specified string buffer.
static void HexConverter.toHexString(FastStringBuffer buffer, int n)
          Converts the specified int to unsigned number and appends it to the specified string buffer.
static void HexConverter.toHexString(FastStringBuffer buffer, long n)
          Converts the specified long to unsigned number and appends it to the specified string buffer.
 



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