Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
Reality V15.0 ()
Reality Interface Classes: Class Diag (JReal) (diag.html)
|
Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.northgateis.util.Diag
Defines a set of methods for converting byte arrays to displayable strings
There is no constructor as all methods are static.
Constructor Summary | |
Diag()
|
Method Summary | |
static java.lang.String | bufToString(byte[] Buf,
int Start,
int Len) convert given byte array to printable string. |
static void | Dump(byte[] Buf,
int Start,
int Len) Convert given byte array to printable string and print it. |
static void | Dumper(byte[] Buf,
int Start,
int Len) Print given byte array in classic hex and ASCII dump format. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Diag()
Method Detail |
public static java.lang.String bufToString(byte[] Buf, int Start, int Len)
Buf
- byte array to convertStart
- Start position in bufferLen
- number of bytes to convertpublic static void Dump(byte[] Buf, int Start, int Len)
Buf
- byte array to convertStart
- Start position in bufferLen
- number of bytes to convertpublic static void Dumper(byte[] Buf, int Start, int Len)
Buf
- byte array to convertStart
- Start position in bufferLen
- number of bytes to convert
| Reality Interface Classes | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |