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 StringreadFully(InputStream in)static StringreadFully(InputStream in, Charset charset)static StringreadFully(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
-
-