public class IOUtils extends Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
readFromInputStream(InputStream inputStream,
String encode) |
static void |
writeToOutputStream(OutputStream outputStream,
String content,
String encode) |
public static String readFromInputStream(InputStream inputStream, String encode) throws Exception
Exception
public static void writeToOutputStream(OutputStream outputStream, String content, String encode) throws Exception
Exception
Copyright © 2006–2018 TinyGroup. All rights reserved.