|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--md3.util.ByteUtils
Booch utility class with usefull byte-level functions.
Method Summary | |
static void |
copyAllBytes(java.io.InputStream source,
java.io.OutputStream target)
|
static byte |
getByte(int i,
int pos)
Return byte at position pos in integer i. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static byte getByte(int i, int pos)
Return byte at position pos in integer i.
public static void copyAllBytes(java.io.InputStream source, java.io.OutputStream target) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |