org.freedesktop.dbus.bin

Class CreateInterface.PrintStreamFactory

public abstract static class CreateInterface.PrintStreamFactory extends Object

Method Summary
PrintStreamcreatePrintStream(String path, String tname)
abstract PrintStreamcreatePrintStream(String file)
abstract voidinit(String file, String path)

Method Detail

createPrintStream

public PrintStream createPrintStream(String path, String tname)

Parameters: path tname

Returns: PrintStream

Throws: IOException

createPrintStream

public abstract PrintStream createPrintStream(String file)

Parameters: file

Returns: PrintStream

Throws: IOException

init

public abstract void init(String file, String path)