public class IOUtils extends Object
| 构造器和说明 |
|---|
IOUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
close(PrintWriter pw) |
static void |
closeQuietly(AutoCloseable io) |
static void |
closeQuietly(Closeable io) |
static void |
closeQuietly(javax.mail.Transport ts) |
static StringBuffer |
toStringBuffer(InputStream in) |
public static StringBuffer toStringBuffer(InputStream in)
public static void closeQuietly(Closeable io)
public static void closeQuietly(javax.mail.Transport ts)
public static void closeQuietly(AutoCloseable io)
public static void close(PrintWriter pw)
Copyright © 2022. All rights reserved.