com.aliyun.mns.common.utils
类 IOUtils
java.lang.Object
com.aliyun.mns.common.utils.IOUtils
public class IOUtils
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtils
public IOUtils()
readStreamAsString
public static String readStreamAsString(InputStream in,
String charset)
throws IOException
- 抛出:
IOException
readStreamAsBytesArray
public static byte[] readStreamAsBytesArray(InputStream in)
throws IOException
- 抛出:
IOException
safeClose
public static void safeClose(InputStream inputStream)
safeClose
public static void safeClose(OutputStream outputStream)
Copyright © 2016. All Rights Reserved.