java.lang.Object
org.freedesktop.dbus.utils.bin.PrintStreamFactory
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract PrintStream
createPrintStream
(String _file) createPrintStream
(String _path, String _tname) abstract void
-
Konstruktordetails
-
PrintStreamFactory
public PrintStreamFactory()
-
-
Methodendetails
-
init
-
createPrintStream
- Parameter:
_path
- path_tname
- target name- Gibt zurück:
- PrintStream
- Löst aus:
IOException
- may throw exception on failure
-
createPrintStream
- Parameter:
_file
- file to print to- Gibt zurück:
- PrintStream
- Löst aus:
IOException
- may throw exception on failure
-