org.xwt.util
Class InputStreamToByteArray

java.lang.Object
  extended byorg.xwt.util.InputStreamToByteArray

public class InputStreamToByteArray
extends java.lang.Object


Constructor Summary
InputStreamToByteArray()
           
 
Method Summary
static byte[] convert(java.io.InputStream is)
          Trivial method to completely read an InputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamToByteArray

public InputStreamToByteArray()
Method Detail

convert

public static byte[] convert(java.io.InputStream is)
                      throws java.io.IOException
Trivial method to completely read an InputStream

Throws:
java.io.IOException