Package org.freedesktop.dbus.utils.bin
Class PrintStreamFactory
java.lang.Object
org.freedesktop.dbus.utils.bin.PrintStreamFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PrintStreamcreatePrintStream(String file) createPrintStream(String path, String tname) abstract void
-
Constructor Details
-
PrintStreamFactory
public PrintStreamFactory()
-
-
Method Details
-
init
-
createPrintStream
- Parameters:
path- pathtname- target name- Returns:
- PrintStream
- Throws:
IOException- may throw exception on failure
-
createPrintStream
- Parameters:
file- file to print to- Returns:
- PrintStream
- Throws:
IOException- may throw exception on failure
-