public class IOUtil
extends java.lang.Object
| 构造器和说明 |
|---|
IOUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.io.ByteArrayOutputStream |
parse(java.io.InputStream in)
inputStream转outputStream
|
static java.io.ByteArrayInputStream |
parse(java.io.OutputStream out)
outputStream转inputStream
|
static java.io.ByteArrayInputStream |
parseInputStream(java.lang.String in)
String转inputStream
|
static java.io.ByteArrayOutputStream |
parseOutputStream(java.lang.String in)
String 转outputStream
|
static java.lang.String |
parseStr(java.io.InputStream in)
inputStream转String
|
static java.lang.String |
parseStr(java.io.OutputStream out)
OutputStream 转String
|
public static java.io.ByteArrayOutputStream parse(java.io.InputStream in)
throws java.lang.Exception
in - java.lang.Exceptionpublic static java.io.ByteArrayInputStream parse(java.io.OutputStream out)
throws java.lang.Exception
out - java.lang.Exceptionpublic static java.lang.String parseStr(java.io.InputStream in)
throws java.lang.Exception
in - java.lang.Exceptionpublic static java.lang.String parseStr(java.io.OutputStream out)
throws java.lang.Exception
out - java.lang.Exceptionpublic static java.io.ByteArrayInputStream parseInputStream(java.lang.String in)
throws java.lang.Exception
in - java.lang.Exceptionpublic static java.io.ByteArrayOutputStream parseOutputStream(java.lang.String in)
throws java.lang.Exception
in - java.lang.ExceptionCopyright © 2018. All Rights Reserved.