public class StreamUtils extends Object
Constructor and Description |
---|
StreamUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
toHex(OutputStream target,
int i)
Convert the integer to an unsigned number.
|
static void |
toHex(OutputStream target,
Integer i) |
public static void toHex(OutputStream target, Integer i)
public static void toHex(OutputStream target, int i)
target
- The stream that will receive the encoded valuei
- the valueCopyright © 2004-2012 Apache Software Foundation. All Rights Reserved.