Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.python.core.FileUtil
public class FileUtil
extends java.lang.Object
Method Summary | |
static byte[] |
|
public static byte[] readBytes(InputStream in) throws IOException
Read all bytes from the input stream. Note that using this method to read very large streams could cause out-of-memory exceptions and/or block for large periods of time.