public class IoUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
ReadAllBytes(InputStream in) |
static long |
ReadAllBytes(InputStream source,
OutputStream sink) |
public static long ReadAllBytes(InputStream source, OutputStream sink) throws IOException
IOExceptionpublic static byte[] ReadAllBytes(InputStream in) throws IOException
IOExceptionCopyright © 2022. All rights reserved.