Package javatapas.io

Class GetStringFromInputStream

java.lang.Object
javatapas.io.GetStringFromInputStream

public class GetStringFromInputStream
extends Object
Version:
2021-06-02
Author:
Kodiak Brown
See Also:
https://www.javatapas.com/io/Java-Get-String-From-File.html
  • Constructor Details

    • GetStringFromInputStream

      public GetStringFromInputStream()
  • Method Details

    • getStringFromInputStream

      public static String getStringFromInputStream​(InputStream inputStream) throws IOException
      Parameters:
      inputStream - The stream containing the String contents.
      Throws:
      IOException