public class CramArray
extends java.lang.Object
| Constructor and Description |
|---|
CramArray() |
public static int[] array(java.io.InputStream inputStream)
throws java.io.IOException
InputStream.inputStream - the inputs stream to read fromjava.io.IOException - as per java IO contractpublic static int write(int[] array,
java.io.OutputStream outputStream)
throws java.io.IOException
OutputStream.array - the array to be writtenoutputStream - the output stream to write tojava.io.IOException - as per java IO contract