|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnom.tam.util.AsciiFuncs
public class AsciiFuncs
Field Summary | |
---|---|
static java.lang.String |
ASCII
|
Constructor Summary | |
---|---|
AsciiFuncs()
|
Method Summary | |
---|---|
static java.lang.String |
asciiString(byte[] buf)
Convert to ASCII or return null if not compatible |
static java.lang.String |
asciiString(byte[] buf,
int start,
int len)
Convert to ASCII or return null if not compatible |
static byte[] |
getBytes(java.lang.String in)
Convert an ASCII string to bytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ASCII
Constructor Detail |
---|
public AsciiFuncs()
Method Detail |
---|
public static java.lang.String asciiString(byte[] buf)
public static java.lang.String asciiString(byte[] buf, int start, int len)
public static byte[] getBytes(java.lang.String in)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |