|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.metasyntactic.io.IOUtilities
| Method Summary | |
static byte[] |
getBytes(java.io.InputStream in)
Tries to read in the entire inputstream and return it in a single byte array. |
static char[] |
getChars(java.io.Reader in)
Tries to read in the entire reader and return it in a single char array. |
static java.util.Iterator |
iterator(java.io.ObjectInputStream in)
Returns a Iterator that returns Objects from this ObjectInputStream one at a time. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static byte[] getBytes(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
public static char[] getChars(java.io.Reader in)
throws java.io.IOException
java.io.IOExceptionpublic static java.util.Iterator iterator(java.io.ObjectInputStream in)
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||