| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.python.core.FileUtilpublic class FileUtilextends java.lang.ObjectMethod Summary | |
static byte[] |
|
public static byte[] readBytes(InputStream in)
throws IOExceptionRead 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.