Klasse InputStreamTool
java.lang.Object
ch.nolix.core.commontypetool.inputstreamtool.InputStreamTool
- Alle implementierten Schnittstellen:
IInputStreamTool
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
InputStreamTool
public InputStreamTool()
-
-
Methodendetails
-
readLineFromInputStreamOrNull
- Angegeben von:
readLineFromInputStreamOrNullin SchnittstelleIInputStreamTool- Parameter:
inputStream-- Gibt zurück:
- the next line from the given inputStream or null.
-