org.apache.maven.surefire.util.internal
Class StreamUtils

java.lang.Object
  extended by org.apache.maven.surefire.util.internal.StreamUtils

public class StreamUtils
extends Object


Constructor Summary
StreamUtils()
           
 
Method Summary
static void toHex(OutputStream target, int i)
          Convert the integer to an unsigned number.
static void toHex(OutputStream target, Integer i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamUtils

public StreamUtils()
Method Detail

toHex

public static void toHex(OutputStream target,
                         Integer i)

toHex

public static void toHex(OutputStream target,
                         int i)
Convert the integer to an unsigned number.

Parameters:
target - The stream that will receive the encoded value
i - the value


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.