Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
PropertyReaderUtils.serialize(PropertyReader properties,
FastStringBuffer buffer,
String valueIfEmpty)
Deprecated.
since XINS 2.0, use
PropertyReaderUtils.toString(PropertyReader, String) |
Modifier and Type | Method and Description |
---|---|
FastStringBuffer |
FastStringWriter.getBuffer()
Deprecated.
Returns the underlying string buffer itself.
|
Modifier and Type | Method and Description |
---|---|
static void |
HexConverter.toHexString(FastStringBuffer buffer,
byte n)
Deprecated.
since XINS 2.0, use toHexString(byte).
|
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).
|
static void |
HexConverter.toHexString(FastStringBuffer buffer,
short n)
Deprecated.
since XINS 2.0, use toHexString(short).
|
See http://www.xins.org/.