Class IOHelpers
- java.lang.Object
-
- io.fabric8.kubernetes.client.utils.IOHelpers
-
public class IOHelpers extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
readFully(InputStream in)
static String
readFully(InputStream in, Charset charset)
static String
readFully(Reader r)
-
-
-
Method Detail
-
readFully
public static String readFully(InputStream in, Charset charset) throws IOException
- Throws:
IOException
-
readFully
public static String readFully(InputStream in) throws IOException
- Throws:
IOException
-
readFully
public static String readFully(Reader r) throws IOException
- Throws:
IOException
-
-