Package org.freedesktop.dbus.viewer
Class StringStreamFactory
java.lang.Object
org.freedesktop.dbus.utils.bin.PrintStreamFactory
org.freedesktop.dbus.viewer.StringStreamFactory
A factory using a byte array input stream
- Since:
- 10/02/2006
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.freedesktop.dbus.utils.bin.PrintStreamFactory
createPrintStream
-
Field Details
-
streamMap
Map<String,ByteArrayOutputStream> streamMap
-
-
Constructor Details
-
StringStreamFactory
StringStreamFactory()
-
-
Method Details
-
init
- Specified by:
initin classPrintStreamFactory
-
createPrintStream
- Specified by:
createPrintStreamin classPrintStreamFactory- Parameters:
_file- file to print to- Returns:
- PrintStream
- Throws:
IOException- may throw exception on failure
-