public static interface $.io
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
close(Closeable closeable) |
static void |
copy(InputStream in,
OutputStream out) |
static void |
copy(InputStream in,
OutputStream out,
long byteCount) |
static void |
copy(Reader in,
Writer out) |
static void |
copy(Reader in,
Writer out,
long byteCount) |
static byte[] |
readBytes(InputStream in) |
static String |
toString(InputStream in) |
static String |
toString(InputStream in,
String encoding) |
static String |
toString(Reader in) |
static void close(Closeable closeable)
static String toString(InputStream in)
static String toString(InputStream in, String encoding)
static byte[] readBytes(InputStream in)
static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionstatic void copy(InputStream in, OutputStream out, long byteCount) throws IOException
IOExceptionstatic void copy(Reader in, Writer out) throws IOException
IOExceptionstatic void copy(Reader in, Writer out, long byteCount) throws IOException
IOExceptionCopyright © 2017. All rights reserved.