public final class IOUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
toString(InputStream inputStream)
|
static String |
toString(InputStream inputStream,
Charset charset)
|
public static String toString(@Nullable InputStream inputStream, Charset charset)
inputStream
- source InputStream
charset
- source Charset
String
public static String toString(@Nullable InputStream inputStream)
inputStream
- source InputStream
String
Copyright © 2018. All rights reserved.