Package com.firebolt.jdbc.util
Class InputStreamUtil
java.lang.Object
com.firebolt.jdbc.util.InputStreamUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Read all bytes from the input stream if the stream is not null
-
Constructor Details
-
InputStreamUtil
public InputStreamUtil()
-
-
Method Details
-
readAllBytes
Read all bytes from the input stream if the stream is not null- Parameters:
is
- input stream
-
read
- Throws:
IOException
-