|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.util.Ubyte
Provides a kind of unsigned byte functionality.
Constructor Summary | |
Ubyte()
|
Method Summary | |
static byte |
signedValue(int b)
Gives the Byte value of an unsigned byte value. |
static java.lang.String |
toHexString(byte b)
Gives the hexa representation of unsigned value of the byte. |
static java.lang.String |
toHexString(byte[] buffer,
int start,
int stop)
Gives the hexa representation of an array of bytes. |
static java.lang.String |
toHexString(byte[] buffer,
int start,
int stop,
int bytesInBlock,
java.lang.String blockHeader,
int blocksInLine,
java.lang.String lineHeader,
int current)
|
static int |
unsignedValue(byte b)
Gives the unsigned value of a byte. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Ubyte()
Method Detail |
public static int unsignedValue(byte b)
public static byte signedValue(int b)
public static java.lang.String toHexString(byte b)
public static java.lang.String toHexString(byte[] buffer, int start, int stop, int bytesInBlock, java.lang.String blockHeader, int blocksInLine, java.lang.String lineHeader, int current)
public static java.lang.String toHexString(byte[] buffer, int start, int stop)
buffer
- array of bytes to printstart
- index of first byte to print in bufferstop
- index of first byte not to print in buffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |