Interface IInputStreamTool
- All Known Implementing Classes:
InputStreamTool
public interface IInputStreamTool
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
readLineFromInputStreamOrNull
- Parameters:
inputStream-- Returns:
- the next line from the given inputStream or null.
-