Package org.progettoedids.util
Class IOManager
java.lang.Object
org.progettoedids.util.IOManager
This is a generic class to hold an InputStream and a PrintStream.
A Scanner attached to the InputStream is also provided as a commodity.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamstatic PrintStreamstatic Scannerscanner()static voidsetInputStream(InputStream inputStream) static voidsetPrintStream(PrintStream printStream)
-
Constructor Details
-
IOManager
public IOManager()
-
-
Method Details
-
inputStream
-
printStream
-
scanner
-
setInputStream
-
setPrintStream
-