Class ReadableStringWriter
java.lang.Object
java.io.Writer
java.io.StringWriter
org.openehealth.ipf.platform.camel.core.io.ReadableStringWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
A
StringWriter
that allows the creation of a Reader
from its
internal string buffer representation.- Author:
- Martin Krasser
-
Constructor Details
-
ReadableStringWriter
public ReadableStringWriter()
-
-
Method Details
-
reader
Returns aReader
from this writer's internal string buffer representation.- Returns:
- a reader to read from.
- See Also:
-