Package javatapas.io
Class GetStringFromInputStream
java.lang.Object
javatapas.io.GetStringFromInputStream
public class GetStringFromInputStream extends Object
Instantiate a Java String from an InputStream.
Published at https://www.javatapas.com/io/Java-Get-String-From-Input-Stream.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetStringFromInputStream.html
Published at https://www.javatapas.com/io/Java-Get-String-From-Input-Stream.html
Javadoc at https://www.javatapas.com/docs/javatapas/io/GetStringFromInputStream.html
- Version:
- 2021-06-02
- Author:
- Kodiak Brown
- See Also:
- https://www.javatapas.com/io/Java-Get-String-From-File.html
-
Constructor Summary
Constructors Constructor Description GetStringFromInputStream()
-
Method Summary
Modifier and Type Method Description static String
getStringFromInputStream(InputStream inputStream)
-
Constructor Details
-
GetStringFromInputStream
public GetStringFromInputStream()
-
-
Method Details
-
getStringFromInputStream
- Parameters:
inputStream
- The stream containing the String contents.- Throws:
IOException
-