|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.util.StringUtil
public class StringUtil
| Constructor Summary | |
|---|---|
StringUtil()
|
|
| Method Summary | |
|---|---|
static void |
byte_cnt_to_sbuf(long bytes,
StringBuffer buf)
|
static void |
bytes_to_sbuf(byte[] data,
int offset,
int length,
boolean pretty,
StringBuffer buf)
|
static String |
bytes_to_str(byte[] data)
|
static String |
bytes_to_str(byte[] data,
int offset,
int length,
boolean pretty)
|
static void |
time_to_sbuf(long secs,
StringBuffer buf)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringUtil()
| Method Detail |
|---|
public static String bytes_to_str(byte[] data)
public static String bytes_to_str(byte[] data,
int offset,
int length,
boolean pretty)
public static void bytes_to_sbuf(byte[] data,
int offset,
int length,
boolean pretty,
StringBuffer buf)
public static final void time_to_sbuf(long secs,
StringBuffer buf)
public static final void byte_cnt_to_sbuf(long bytes,
StringBuffer buf)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||