Class Streams
java.lang.Object
com.ibm.wala.util.io.Streams
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
inputStream2ByteArray
public static byte[] inputStream2ByteArray(InputStream in) throws IllegalArgumentException, IOException - Returns:
- byte[] holding the contents of the stream
- Throws:
IllegalArgumentException
- if in == nullIOException
-