Package io.kubernetes.client.util
Class Streams
java.lang.Object
io.kubernetes.client.util.Streams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
copy
(InputStream in, OutputStream out) static void
readFully
(InputStream in, byte[] bytes) static String
-
Field Details
-
BUFFER_SIZE
public static final int BUFFER_SIZE- See Also:
-
-
Constructor Details
-
Streams
public Streams()
-
-
Method Details
-
copy
- Throws:
IOException
-
toString
- Throws:
IOException
-
readFully
- Throws:
IOException
-