Class InputStreamUtil

java.lang.Object
com.firebolt.jdbc.util.InputStreamUtil

public class InputStreamUtil extends Object
  • Constructor Details

    • InputStreamUtil

      public InputStreamUtil()
  • Method Details

    • readAllBytes

      public void readAllBytes(@Nullable InputStream is)
      Read all bytes from the input stream if the stream is not null
      Parameters:
      is - input stream
    • read

      public String read(Reader initialReader, int limit) throws IOException
      Throws:
      IOException