|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.python.core.FileUtil
Utility methods for Java file handling.
Constructor Summary | |
FileUtil()
|
Method Summary | |
static byte[] |
readBytes(java.io.InputStream in)
Read all bytes from the input stream. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileUtil()
Method Detail |
public static byte[] readBytes(java.io.InputStream in) throws java.io.IOException
Note that using this method to read very large streams could cause out-of-memory exceptions and/or block for large periods of time.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |