@InterfaceAudience.Public @InterfaceStability.Stable public class AbstractConfigFileReader extends Object
reading the input stream .| Constructor and Description |
|---|
AbstractConfigFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readStreamContentAsString(InputStream stream)
* Returns the content of the input stream.
|
public static String readStreamContentAsString(InputStream stream) throws IOException
stream - the streamIOException - if the stream could not be read.Copyright © 2016 utils4j. All Rights Reserved.