|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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)
Deprecated. since XINS 2.0, use PropertyReaderUtils.toString(PropertyReader, String) |
| Uses of FastStringBuffer in org.xins.common.io |
| Methods in org.xins.common.io that return FastStringBuffer | |
FastStringBuffer |
FastStringWriter.getBuffer()
Deprecated. 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)
Deprecated. since XINS 2.0, use toHexString(byte). |
static void |
HexConverter.toHexString(FastStringBuffer buffer,
short n)
Deprecated. since XINS 2.0, use toHexString(short). |
static void |
HexConverter.toHexString(FastStringBuffer buffer,
char n)
Deprecated. since XINS 2.0, use toHexString(char). |
static void |
HexConverter.toHexString(FastStringBuffer buffer,
int n)
Deprecated. since XINS 2.0, use toHexString(int). |
static void |
HexConverter.toHexString(FastStringBuffer buffer,
long n)
Deprecated. since XINS 2.0, use toHexString(long). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||