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